#057D33

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

Shades of Dark Spring Green #057D33

Tints of Dark Spring Green #057D33

Color information

#057D33 (or 0x057D33) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7D and 33. RGB value is (5,125,51). Sum of RGB (Red+Green+Blue) = 5+125+51=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 125 (49.22% from 255 or 69.06% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 125 - color contains mainly: green. Hex color #057D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057D33 is #FA82CC. Grayscale: #505050. Windows color (decimal): -16417485 or 3374341. OLE color: 3374341.

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

Color convert

RGB512551-
CMYK0.9600.590.51
HSL143º92.31%25.49%-
HSV(B)143º96%49.02%-
XYZ7.9914.945.59-
YUV80.68111.2474.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 125 (49.22% from 255) = 69.06%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=2.76%
G=69.06%
B=28.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5125510.9600.590.5114392.3125.49
Hex57D336003B338f5c19
Octal5175631400736321713431
Binary10111111011100111100000011101111001110001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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