#057059

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

Shades of Tropical Rain Forest #057059

Tints of Tropical Rain Forest #057059

Color information

#057059 (or 0x057059) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 70 and 59. RGB value is (5,112,89). Sum of RGB (Red+Green+Blue) = 5+112+89=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #057059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057059 is #FA8FA6. Grayscale: #4D4D4D. Windows color (decimal): -16420775 or 5861381. OLE color: 5861381.

HSL color Cylindrical-coordinate representation of color #057059: hue angle of 167.1º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057059 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB511289-
CMYK0.9600.210.56
HSL167.1º91.45%22.94%-
HSV(B)167.1º95.54%43.92%-
XYZ7.6612.3411.43-
YUV77.39134.5576.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=2.43%
G=54.37%
B=43.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112890.9600.210.56167.191.4522.94
Hex570596001538a75b17
Octal51601311400257024713327
Binary10111100001011001110000001010111100010100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057059; }

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

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

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

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

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

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

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

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