#058365

Color #058365 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #058365

Tints of Tropical Rain Forest #058365

Color information

#058365 (or 0x058365) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 83 and 65. RGB value is (5,131,101). Sum of RGB (Red+Green+Blue) = 5+131+101=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #058365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058365 is #FA7C9A. Grayscale: #595959. Windows color (decimal): -16415899 or 6652677. OLE color: 6652677.

HSL color Cylindrical-coordinate representation of color #058365: hue angle of 165.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058365 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB5131101-
CMYK0.9600.230.49
HSL165.71º92.65%26.67%-
HSV(B)165.71º96.18%51.37%-
XYZ10.5317.215.08-
YUV89.91134.2667.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 131 (51.56% from 255) = 55.27%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=2.11%
G=55.27%
B=42.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51311010.9600.230.49165.7192.6526.67
Hex583656001731a65d1b
Octal52031451400276124613533
Binary101100000111100101110000001011111000110100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058365; }

 p { color: rgb(5,131,101); }

 H1.HeaderClassName
 {
   color: #058365;
 }
 .AnyTagClassName
 {
   color: #058365;
 }
</style>
background-color css

<style>
 a { background-color: #058365; }

 a { background-color: rgb(5,131,101); }

 div.DivClassName
 {
   background-color: #058365;
 }
 .BgClassName
 {
   background-color: #058365;
 }
</style>
border-color css

<style>
 span { border-color: #058365; }

 span { border-color: rgb(5,131,101); }

 td.TdClassName
 {
   border-color: #058365;
 }
 .TagClassName
 {
   border-color: #058365;
 }
</style>