#057D5A

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

Shades of Tropical Rain Forest #057D5A

Tints of Tropical Rain Forest #057D5A

Color information

#057D5A (or 0x057D5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7D and 5A. RGB value is (5,125,90). Sum of RGB (Red+Green+Blue) = 5+125+90=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #057D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D5A is #FA82A5. Grayscale: #555555. Windows color (decimal): -16417446 or 5930245. OLE color: 5930245.

HSL color Cylindrical-coordinate representation of color #057D5A: hue angle of 162.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D5A is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB512590-
CMYK0.9600.280.51
HSL162.5º92.31%25.49%-
HSV(B)162.5º96%49.02%-
XYZ9.2415.4412.17-
YUV85.13130.7470.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 125 (49.22% from 255) = 56.82%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=2.27%
G=56.82%
B=40.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125900.9600.280.51162.592.3125.49
Hex57D5A6001C33a25c19
Octal51751321400346324213431
Binary10111111011011010110000001110011001110100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057D5A; }

 p { color: rgb(5,125,90); }

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

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

 a { background-color: rgb(5,125,90); }

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

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

 span { border-color: rgb(5,125,90); }

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