#058156

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

Shades of Tropical Rain Forest #058156

Tints of Tropical Rain Forest #058156

Color information

#058156 (or 0x058156) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 81 and 56. RGB value is (5,129,86). Sum of RGB (Red+Green+Blue) = 5+129+86=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #058156 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058156 is #FA7EA9. Grayscale: #575757. Windows color (decimal): -16416426 or 5669125. OLE color: 5669125.

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

Color convert

RGB512986-
CMYK0.9600.330.49
HSL159.19º92.54%26.27%-
HSV(B)159.19º96.12%50.59%-
XYZ9.5916.411.46-
YUV87.02127.4269.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=2.27%
G=58.64%
B=39.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129860.9600.330.49159.1992.5426.27
Hex5815660021319f5d1a
Octal52011261400416123713532
Binary1011000000110101101100000010000111000110011111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058156; }

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

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

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

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

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

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

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

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