#057D32

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

Shades of Dark Spring Green #057D32

Tints of Dark Spring Green #057D32

Color information

#057D32 (or 0x057D32) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7D and 32. RGB value is (5,125,50). Sum of RGB (Red+Green+Blue) = 5+125+50=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 125 (49.22% from 255 or 69.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 125 - color contains mainly: green. Hex color #057D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D32 is #FA82CD. Grayscale: #505050. Windows color (decimal): -16417486 or 3308805. OLE color: 3308805.

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

Color convert

RGB512550-
CMYK0.9600.600.51
HSL142.5º92.31%25.49%-
HSV(B)142.5º96%49.02%-
XYZ7.9714.935.48-
YUV80.57110.7474.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 125 (49.22% from 255) = 69.44%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=2.78%
G=69.44%
B=27.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125500.9600.600.51142.592.3125.49
Hex57D326003C338e5c19
Octal5175621400746321613431
Binary10111111011100101100000011110011001110001110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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