#528201

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

Shades of Olive Drab #528201

Tints of Olive Drab #528201

Color information

#528201 (or 0x528201) is unknown color: approx Olive Drab. HEX triplet: 52, 82 and 01. RGB value is (82,130,1). Sum of RGB (Red+Green+Blue) = 82+130+1=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #528201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528201 is #AD7DFE. Grayscale: #656565. Windows color (decimal): -11369983 or 98898. OLE color: 98898.

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

Color convert

RGB821301-
CMYK0.3700.990.49
HSL82.33º98.47%25.69%-
HSV(B)82.33º99.23%50.98%-
XYZ11.4717.762.85-
YUV100.9471.6114.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=38.50%
G=61.03%
B=0.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8213010.3700.990.4982.3398.4725.69
Hex52821250633152621a
Octal12220214501436112214232
Binary1010010100000101100101011000111100011010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528201; }

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

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

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

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

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

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

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

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