Html Css Color HEX #057E40 Dark Spring Green

📋 copy color: '#057E40'

red 5 ◦ green 126 ◦ blue 64

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

Shades of Dark Spring Green #057E40

Tints of Dark Spring Green #057E40

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

 GREEN value IS 126 (49.61% from 255) = 64.62%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 2.56%
G = 64.62%
B = 32.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#057E40 (or 0x057E40) is known color: Dark Spring Green. HEX triplet: 05, 7E and 40. RGB value is (5,126,64). Sum of RGB (Red+Green+Blue) = 5+126+64=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #057E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057E40 is #FA81BF. Grayscale: #525252. Windows color (decimal): -16417216 or 4226565. OLE color: 4226565.

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

Color convert

RGB 5 126 64 -
CMYK 0.96 0 0.49 0.51
HSL 149.26º 0.92% 0.26% -
HSV(B) 149.26º 0.96% 0.49% -
XYZ 8.45 15.32 7.36 -
YUV 82.75 117.41 72.54 -
System Red Green Blue C M Y K H S L
Decimal 5 126 64 0.96 0 0.49 0.51 149.26 0.92 0.26
Hex 5 7E 40 60 0 31 33 95 5C 1A
Octal 5 176 100 140 0 61 63 225 134 32
Binary 101 1111110 1000000 1100000 0 110001 110011 10010101 1011100 11010

Color Harmonies of #057E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057E40

Black with #057E40

Text Example


Text Example

White with #057E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057E40;
 }
 .AnyTagClassName
 {
   color: #057E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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