#008532

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

Shades of Dark Spring Green #008532

Tints of Dark Spring Green #008532

Color information

#008532 (or 0x008532) is unknown color: approx Dark Spring Green. HEX triplet: 00, 85 and 32. RGB value is (0,133,50). Sum of RGB (Red+Green+Blue) = 0+133+50=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #008532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008532 is #FF7ACD. Grayscale: #535353. Windows color (decimal): -16743118 or 3310848. OLE color: 3310848.

HSL color Cylindrical-coordinate representation of color #008532: hue angle of 142.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008532 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB013350-
CMYK100.620.48
HSL142.56º100%26.08%-
HSV(B)142.56º100%52.16%-
XYZ8.9617.015.83-
YUV83.77108.9468.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 72.68%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=0%
G=72.68%
B=27.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013350100.620.48142.5610026.08
Hex085326403E308f641a
Octal0205621440766021714432
Binary0100001011100101100100011111011000010001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008532; }

 p { color: rgb(0,133,50); }

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

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

 a { background-color: rgb(0,133,50); }

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

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

 span { border-color: rgb(0,133,50); }

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