#057533

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

Shades of Dark Spring Green #057533

Tints of Dark Spring Green #057533

Color information

#057533 (or 0x057533) is unknown color: approx Dark Spring Green. HEX triplet: 05, 75 and 33. RGB value is (5,117,51). Sum of RGB (Red+Green+Blue) = 5+117+51=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #057533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057533 is #FA8ACC. Grayscale: #4C4C4C. Windows color (decimal): -16419533 or 3372293. OLE color: 3372293.

HSL color Cylindrical-coordinate representation of color #057533: hue angle of 144.64º 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 #057533 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB511751-
CMYK0.9600.560.54
HSL144.64º91.8%23.92%-
HSV(B)144.64º95.73%45.88%-
XYZ7.0212.995.27-
YUV75.99113.8977.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 117 (46.09% from 255) = 67.63%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=2.89%
G=67.63%
B=29.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117510.9600.560.54144.6491.823.92
Hex575336003836915c18
Octal5165631400706622113430
Binary10111101011100111100000011100011011010010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057533; }

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

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

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

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

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

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

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

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