#057159

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

Shades of Tropical Rain Forest #057159

Tints of Tropical Rain Forest #057159

Color information

#057159 (or 0x057159) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 71 and 59. RGB value is (5,113,89). Sum of RGB (Red+Green+Blue) = 5+113+89=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #057159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057159 is #FA8EA6. Grayscale: #4D4D4D. Windows color (decimal): -16420519 or 5861637. OLE color: 5861637.

HSL color Cylindrical-coordinate representation of color #057159: hue angle of 166.67º degrees, saturation: 0.92, 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 #057159 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB511389-
CMYK0.9600.210.56
HSL166.67º91.53%23.14%-
HSV(B)166.67º95.58%44.31%-
XYZ7.7712.5611.47-
YUV77.97134.2275.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=2.42%
G=54.59%
B=43.00%

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
Decimal5113890.9600.210.56166.6791.5323.14
Hex571596001538a75c17
Octal51611311400257024713427
Binary10111100011011001110000001010111100010100111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057159; }

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

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

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

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

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

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

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

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