#008533

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

Shades of Dark Spring Green #008533

Tints of Dark Spring Green #008533

Color information

#008533 (or 0x008533) is unknown color: approx Dark Spring Green. HEX triplet: 00, 85 and 33. RGB value is (0,133,51). Sum of RGB (Red+Green+Blue) = 0+133+51=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #008533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008533 is #FF7ACC. Grayscale: #545454. Windows color (decimal): -16743117 or 3376384. OLE color: 3376384.

HSL color Cylindrical-coordinate representation of color #008533: hue angle of 143.01º 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 #008533 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB013351-
CMYK100.620.48
HSL143.01º100%26.08%-
HSV(B)143.01º100%52.16%-
XYZ8.9917.015.94-
YUV83.88109.4468.17-

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.28%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=0%
G=72.28%
B=27.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013351100.620.48143.0110026.08
Hex085336403E308f641a
Octal0205631440766021714432
Binary0100001011100111100100011111011000010001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008533; }

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

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

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

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

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

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

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

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