Html Css Color HEX #057E5D Tropical Rain Forest

📋 copy color: '#057E5D'

red 5 ◦ green 126 ◦ blue 93

#057E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #057E5D

Tints of Tropical Rain Forest #057E5D

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 value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#057E5D (or 0x057E5D) is known color: 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

RGB 5 126 93 -
CMYK 0.96 0 0.26 0.51
HSL 163.64º 0.92% 0.26% -
HSV(B) 163.64º 0.96% 0.49% -
XYZ 9.5 15.74 12.89 -
YUV 86.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 5 126 93 0.96 0 0.26 0.51 163.64 0.92 0.26
Hex 5 7E 5D 60 0 1A 33 A4 5C 1A
Octal 5 176 135 140 0 32 63 244 134 32
Binary 101 1111110 1011101 1100000 0 11010 110011 10100100 1011100 11010

Color Harmonies of #057E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057E5D

Black with #057E5D

Text Example


Text Example

White with #057E5D

Text Example


Text Example

HTML Codes & Css Web 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>