#057A40

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

Shades of Dark Spring Green #057A40

Tints of Dark Spring Green #057A40

Color information

#057A40 (or 0x057A40) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7A and 40. RGB value is (5,122,64). Sum of RGB (Red+Green+Blue) = 5+122+64=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 122 (48.05% from 255 or 63.87% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 122 - color contains mainly: green. Hex color #057A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A40 is #FA85BF. Grayscale: #505050. Windows color (decimal): -16418240 or 4225541. OLE color: 4225541.

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

Color convert

RGB512264-
CMYK0.9600.480.52
HSL150.26º92.13%24.9%-
HSV(B)150.26º95.9%47.84%-
XYZ7.9514.327.2-
YUV80.4118.7474.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 122 (48.05% from 255) = 63.87%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=2.62%
G=63.87%
B=33.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5122640.9600.480.52150.2692.1324.9
Hex57A406003034965c19
Octal51721001400606422613431
Binary101111101010000001100000011000011010010010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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