#057535

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

Shades of Dark Spring Green #057535

Tints of Dark Spring Green #057535

Color information

#057535 (or 0x057535) is unknown color: approx Dark Spring Green. HEX triplet: 05, 75 and 35. RGB value is (5,117,53). Sum of RGB (Red+Green+Blue) = 5+117+53=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #057535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057535 is #FA8ACA. Grayscale: #4C4C4C. Windows color (decimal): -16419531 or 3503365. OLE color: 3503365.

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

Color convert

RGB511753-
CMYK0.9600.550.54
HSL145.71º91.8%23.92%-
HSV(B)145.71º95.73%45.88%-
XYZ7.0713.015.51-
YUV76.22114.8977.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 117 (46.09% from 255) = 66.86%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=2.86%
G=66.86%
B=30.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117530.9600.550.54145.7191.823.92
Hex575356003736925c18
Octal5165651400676622213430
Binary10111101011101011100000011011111011010010010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057535; }

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

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

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

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

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

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

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

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