#058356

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

Shades of Tropical Rain Forest #058356

Tints of Tropical Rain Forest #058356

Color information

#058356 (or 0x058356) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 83 and 56. RGB value is (5,131,86). Sum of RGB (Red+Green+Blue) = 5+131+86=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #058356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058356 is #FA7CA9. Grayscale: #585858. Windows color (decimal): -16415914 or 5669637. OLE color: 5669637.

HSL color Cylindrical-coordinate representation of color #058356: hue angle of 158.57º 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 #058356 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB513186-
CMYK0.9600.340.49
HSL158.57º92.65%26.67%-
HSV(B)158.57º96.18%51.37%-
XYZ9.8616.9411.55-
YUV88.2126.7668.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=2.25%
G=59.01%
B=38.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5131860.9600.340.49158.5792.6526.67
Hex5835660022319f5d1b
Octal52031261400426123713533
Binary1011000001110101101100000010001011000110011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058356; }

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

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

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

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

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

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

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

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