#057756

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

Shades of Tropical Rain Forest #057756

Tints of Tropical Rain Forest #057756

Color information

#057756 (or 0x057756) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 77 and 56. RGB value is (5,119,86). Sum of RGB (Red+Green+Blue) = 5+119+86=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #057756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057756 is #FA88A9. Grayscale: #515151. Windows color (decimal): -16418986 or 5666565. OLE color: 5666565.

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

Color convert

RGB511986-
CMYK0.9600.280.53
HSL162.63º91.94%24.31%-
HSV(B)162.63º95.8%46.67%-
XYZ8.3413.911.05-
YUV81.15130.7373.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 119 (46.88% from 255) = 56.67%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=2.38%
G=56.67%
B=40.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119860.9600.280.53162.6391.9424.31
Hex577566001C35a35c18
Octal51671261400346524313430
Binary10111101111010110110000001110011010110100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057756; }

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

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

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

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

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

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

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

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