#057861

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

Shades of Tropical Rain Forest #057861

Tints of Tropical Rain Forest #057861

Color information

#057861 (or 0x057861) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 61. RGB value is (5,120,97). Sum of RGB (Red+Green+Blue) = 5+120+97=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #057861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057861 is #FA879E. Grayscale: #525252. Windows color (decimal): -16418719 or 6387717. OLE color: 6387717.

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

Color convert

RGB512097-
CMYK0.9600.190.53
HSL168º92%24.51%-
HSV(B)168º95.83%47.06%-
XYZ8.9414.3313.6-
YUV82.99135.972.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=2.25%
G=54.05%
B=43.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120970.9600.190.531689224.51
Hex578616001335a85c19
Octal51701411400236525013431
Binary10111110001100001110000001001111010110101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057861; }

 p { color: rgb(5,120,97); }

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

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

 a { background-color: rgb(5,120,97); }

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

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

 span { border-color: rgb(5,120,97); }

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