Html Css Color HEX #057D3E Dark Spring Green

📋 copy color: '#057D3E'

red 5 ◦ green 125 ◦ blue 62

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

Shades of Dark Spring Green #057D3E

Tints of Dark Spring Green #057D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 65.1%

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 2.6%
G = 65.1%
B = 32.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#057D3E (or 0x057D3E) is known color: Dark Spring Green. HEX triplet: 05, 7D and 3E. RGB value is (5,125,62). Sum of RGB (Red+Green+Blue) = 5+125+62=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 125 (49.22% from 255 or 65.10% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 125 - color contains mainly: green. Hex color #057D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D3E is #FA82C1. Grayscale: #525252. Windows color (decimal): -16417474 or 4095237. OLE color: 4095237.

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

Color convert

RGB 5 125 62 -
CMYK 0.96 0 0.50 0.51
HSL 148.5º 0.92% 0.25% -
HSV(B) 148.5º 0.96% 0.49% -
XYZ 8.27 15.05 7.03 -
YUV 81.94 116.74 73.12 -
System Red Green Blue C M Y K H S L
Decimal 5 125 62 0.96 0 0.50 0.51 148.5 0.92 0.25
Hex 5 7D 3E 60 0 32 33 94 5C 19
Octal 5 175 76 140 0 62 63 224 134 31
Binary 101 1111101 111110 1100000 0 110010 110011 10010100 1011100 11001

Color Harmonies of #057D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D3E

Black with #057D3E

Text Example


Text Example

White with #057D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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