#058659

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

Shades of Tropical Rain Forest #058659

Tints of Tropical Rain Forest #058659

Color information

#058659 (or 0x058659) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 86 and 59. RGB value is (5,134,89). Sum of RGB (Red+Green+Blue) = 5+134+89=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #058659 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058659 is #FA79A6. Grayscale: #5A5A5A. Windows color (decimal): -16415143 or 5867013. OLE color: 5867013.

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

Color convert

RGB513489-
CMYK0.9600.340.47
HSL159.07º92.81%27.25%-
HSV(B)159.07º96.27%52.55%-
XYZ10.3917.812.34-
YUV90.3127.2667.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=2.19%
G=58.77%
B=39.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134890.9600.340.47159.0792.8127.25
Hex58659600222F9f5d1b
Octal52061311400425723713533
Binary1011000011010110011100000010001010111110011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058659; }

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

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

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

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

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

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

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

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