#057761

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

Shades of Tropical Rain Forest #057761

Tints of Tropical Rain Forest #057761

Color information

#057761 (or 0x057761) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 77 and 61. RGB value is (5,119,97). Sum of RGB (Red+Green+Blue) = 5+119+97=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #057761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057761 is #FA889E. Grayscale: #525252. Windows color (decimal): -16418975 or 6387461. OLE color: 6387461.

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

Color convert

RGB511997-
CMYK0.9600.180.53
HSL168.42º91.94%24.31%-
HSV(B)168.42º95.8%46.67%-
XYZ8.8214.0913.56-
YUV82.41136.2372.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=2.26%
G=53.85%
B=43.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119970.9600.180.53168.4291.9424.31
Hex577616001235a85c18
Octal51671411400226525013430
Binary10111101111100001110000001001011010110101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057761; }

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

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

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

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

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

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

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

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