#058559

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

Shades of Tropical Rain Forest #058559

Tints of Tropical Rain Forest #058559

Color information

#058559 (or 0x058559) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 85 and 59. RGB value is (5,133,89). Sum of RGB (Red+Green+Blue) = 5+133+89=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #058559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058559 is #FA7AA6. Grayscale: #595959. Windows color (decimal): -16415399 or 5866757. OLE color: 5866757.

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

Color convert

RGB513389-
CMYK0.9600.330.48
HSL159.38º92.75%27.06%-
HSV(B)159.38º96.24%52.16%-
XYZ10.2517.5312.29-
YUV89.71127.5967.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=2.20%
G=58.59%
B=39.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133890.9600.330.48159.3892.7527.06
Hex5855960021309f5d1b
Octal52051311400416023713533
Binary1011000010110110011100000010000111000010011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058559; }

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

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

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

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

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

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

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

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