#058059

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

Shades of Tropical Rain Forest #058059

Tints of Tropical Rain Forest #058059

Color information

#058059 (or 0x058059) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 80 and 59. RGB value is (5,128,89). Sum of RGB (Red+Green+Blue) = 5+128+89=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #058059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058059 is #FA7FA6. Grayscale: #565656. Windows color (decimal): -16416679 or 5865477. OLE color: 5865477.

HSL color Cylindrical-coordinate representation of color #058059: hue angle of 160.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058059 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB512889-
CMYK0.9600.300.50
HSL160.98º92.48%26.08%-
HSV(B)160.98º96.09%50.2%-
XYZ9.5816.1912.07-
YUV86.78129.2569.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=2.25%
G=57.66%
B=40.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128890.9600.300.50160.9892.4826.08
Hex580596001E32a15c1a
Octal52001311400366224113432
Binary101100000001011001110000001111011001010100001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058059; }

 p { color: rgb(5,128,89); }

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

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

 a { background-color: rgb(5,128,89); }

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

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

 span { border-color: rgb(5,128,89); }

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