#057E5D

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

Shades of Tropical Rain Forest #057E5D

Tints of Tropical Rain Forest #057E5D

Color information

#057E5D (or 0x057E5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7E and 5D. RGB value is (5,126,93). Sum of RGB (Red+Green+Blue) = 5+126+93=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #057E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057E5D is #FA81A2. Grayscale: #565656. Windows color (decimal): -16417187 or 6127109. OLE color: 6127109.

HSL color Cylindrical-coordinate representation of color #057E5D: hue angle of 163.64º 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 #057E5D is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB512693-
CMYK0.9600.260.51
HSL163.64º92.37%25.69%-
HSV(B)163.64º96.03%49.41%-
XYZ9.515.7412.89-
YUV86.06131.9170.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=2.23%
G=56.25%
B=41.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126930.9600.260.51163.6492.3725.69
Hex57E5D6001A33a45c1a
Octal51761351400326324413432
Binary10111111101011101110000001101011001110100100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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