#528200

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

Shades of Olive Drab #528200

Tints of Olive Drab #528200

Color information

#528200 (or 0x528200) is unknown color: approx Olive Drab. HEX triplet: 52, 82 and 00. RGB value is (82,130,0). Sum of RGB (Red+Green+Blue) = 82+130+0=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #528200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528200 is #AD7DFF. Grayscale: #656565. Windows color (decimal): -11369984 or 33362. OLE color: 33362.

HSL color Cylindrical-coordinate representation of color #528200: hue angle of 82.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB821300-
CMYK0.37010.49
HSL82.15º100%25.49%-
HSV(B)82.15º100%50.98%-
XYZ11.4617.762.82-
YUV100.8371.1114.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 61.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.68%
G=61.32%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8213000.37010.4982.1510025.49
Hex528202506431526419
Octal12220204501446112214431
Binary1010010100000100100101011001001100011010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528200; }

 p { color: rgb(82,130,0); }

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

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

 a { background-color: rgb(82,130,0); }

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

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

 span { border-color: rgb(82,130,0); }

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