#057542

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

Shades of Dark Spring Green #057542

Tints of Dark Spring Green #057542

Color information

#057542 (or 0x057542) is unknown color: approx Dark Spring Green. HEX triplet: 05, 75 and 42. RGB value is (5,117,66). Sum of RGB (Red+Green+Blue) = 5+117+66=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #057542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057542 is #FA8ABD. Grayscale: #4D4D4D. Windows color (decimal): -16419518 or 4355333. OLE color: 4355333.

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

Color convert

RGB511766-
CMYK0.9600.440.54
HSL152.68º91.8%23.92%-
HSV(B)152.68º95.73%45.88%-
XYZ7.4113.157.3-
YUV77.7121.3976.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=2.66%
G=62.23%
B=35.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117660.9600.440.54152.6891.823.92
Hex575426002C36995c18
Octal51651021400546623113430
Binary101111010110000101100000010110011011010011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057542; }

 p { color: rgb(5,117,66); }

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

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

 a { background-color: rgb(5,117,66); }

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

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

 span { border-color: rgb(5,117,66); }

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