#008521

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

Shades of Green #008521

Tints of Green #008521

Color information

#008521 (or 0x008521) is unknown color: approx Green. HEX triplet: 00, 85 and 21. RGB value is (0,133,33). Sum of RGB (Red+Green+Blue) = 0+133+33=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #008521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008521 is #FF7ADE. Grayscale: #525252. Windows color (decimal): -16743135 or 2196736. OLE color: 2196736.

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

Color convert

RGB013333-
CMYK100.750.48
HSL134.89º100%26.08%-
HSV(B)134.89º100%52.16%-
XYZ8.6616.884.24-
YUV81.83100.4469.63-

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) = 80.12%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=0%
G=80.12%
B=19.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013333100.750.48134.8910026.08
Hex085216404B3087641a
Octal02054114401136020714432
Binary01000010110000111001000100101111000010000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008521; }

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

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

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

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

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

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

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

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