#057A41

Color #057A41 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #057A41

Tints of Dark Spring Green #057A41

Color information

#057A41 (or 0x057A41) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7A and 41. RGB value is (5,122,65). Sum of RGB (Red+Green+Blue) = 5+122+65=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #057A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A41 is #FA85BE. Grayscale: #505050. Windows color (decimal): -16418239 or 4291077. OLE color: 4291077.

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

Color convert

RGB512265-
CMYK0.9600.470.52
HSL150.77º92.13%24.9%-
HSV(B)150.77º95.9%47.84%-
XYZ7.9814.337.35-
YUV80.52119.2474.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 122 (48.05% from 255) = 63.54%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=2.60%
G=63.54%
B=33.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122650.9600.470.52150.7792.1324.9
Hex57A416002F34975c19
Octal51721011400576422713431
Binary101111101010000011100000010111111010010010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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