#057E62

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

Shades of Tropical Rain Forest #057E62

Tints of Tropical Rain Forest #057E62

Color information

#057E62 (or 0x057E62) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7E and 62. RGB value is (5,126,98). Sum of RGB (Red+Green+Blue) = 5+126+98=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #057E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E62 is #FA819D. Grayscale: #565656. Windows color (decimal): -16417182 or 6454789. OLE color: 6454789.

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

Color convert

RGB512698-
CMYK0.9600.220.51
HSL166.12º92.37%25.69%-
HSV(B)166.12º96.03%49.41%-
XYZ9.7315.8414.1-
YUV86.63134.4169.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 126 (49.61% from 255) = 55.02%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=2.18%
G=55.02%
B=42.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126980.9600.220.51166.1292.3725.69
Hex57E626001633a65c1a
Octal51761421400266324613432
Binary10111111101100010110000001011011001110100110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,126,98); }

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

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

 a { background-color: rgb(5,126,98); }

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

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

 span { border-color: rgb(5,126,98); }

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