Html Css Color HEX #057941 Dark Spring Green

📋 copy color: '#057941'

red 5 ◦ green 121 ◦ blue 65

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

Shades of Dark Spring Green #057941

Tints of Dark Spring Green #057941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 63.35%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 2.62%
G = 63.35%
B = 34.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#057941 (or 0x057941) is known color: Dark Spring Green. HEX triplet: 05, 79 and 41. RGB value is (5,121,65). Sum of RGB (Red+Green+Blue) = 5+121+65=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #057941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057941 is #FA86BE. Grayscale: #505050. Windows color (decimal): -16418495 or 4290821. OLE color: 4290821.

HSL color Cylindrical-coordinate representation of color #057941: hue angle of 151.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057941 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 121 65 -
CMYK 0.96 0 0.46 0.53
HSL 151.03º 0.92% 0.25% -
HSV(B) 151.03º 0.96% 0.47% -
XYZ 7.85 14.09 7.31 -
YUV 79.93 119.57 74.55 -
System Red Green Blue C M Y K H S L
Decimal 5 121 65 0.96 0 0.46 0.53 151.03 0.92 0.25
Hex 5 79 41 60 0 2E 35 97 5C 19
Octal 5 171 101 140 0 56 65 227 134 31
Binary 101 1111001 1000001 1100000 0 101110 110101 10010111 1011100 11001

Color Harmonies of #057941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057941

Black with #057941

Text Example


Text Example

White with #057941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057941; }

 p { color: rgb(5,121,65); }

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

background-color css

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

 a { background-color: rgb(5,121,65); }

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

border-color css

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

 span { border-color: rgb(5,121,65); }

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