#057760

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

Shades of Tropical Rain Forest #057760

Tints of Tropical Rain Forest #057760

Color information

#057760 (or 0x057760) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 77 and 60. RGB value is (5,119,96). Sum of RGB (Red+Green+Blue) = 5+119+96=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #057760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057760 is #FA889F. Grayscale: #525252. Windows color (decimal): -16418976 or 6321925. OLE color: 6321925.

HSL color Cylindrical-coordinate representation of color #057760: hue angle of 167.89º 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 #057760 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB511996-
CMYK0.9600.190.53
HSL167.89º91.94%24.31%-
HSV(B)167.89º95.8%46.67%-
XYZ8.7714.0713.32-
YUV82.29135.7372.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=2.27%
G=54.09%
B=43.64%

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
Decimal5119960.9600.190.53167.8991.9424.31
Hex577606001335a85c18
Octal51671401400236525013430
Binary10111101111100000110000001001111010110101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057760; }

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

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

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

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

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

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

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

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