#017535

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

Shades of Dark Spring Green #017535

Tints of Dark Spring Green #017535

Color information

#017535 (or 0x017535) is unknown color: approx Dark Spring Green. HEX triplet: 01, 75 and 35. RGB value is (1,117,53). Sum of RGB (Red+Green+Blue) = 1+117+53=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #017535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017535 is #FE8ACA. Grayscale: #4B4B4B. Windows color (decimal): -16681675 or 3503361. OLE color: 3503361.

HSL color Cylindrical-coordinate representation of color #017535: hue angle of 146.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017535 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB111753-
CMYK0.9900.550.54
HSL146.9º98.31%23.14%-
HSV(B)146.9º99.15%45.88%-
XYZ7.0212.995.5-
YUV75.02115.5775.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=0.58%
G=68.42%
B=30.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117530.9900.550.54146.998.3123.14
Hex175356303736936217
Octal1165651430676622314227
Binary111101011101011100011011011111011010010011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017535; }

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

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

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

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

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

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

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

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