#528202

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

Shades of Olive Drab #528202

Tints of Olive Drab #528202

Color information

#528202 (or 0x528202) is unknown color: approx Olive Drab. HEX triplet: 52, 82 and 02. RGB value is (82,130,2). Sum of RGB (Red+Green+Blue) = 82+130+2=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #528202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528202 is #AD7DFD. Grayscale: #656565. Windows color (decimal): -11369982 or 164434. OLE color: 164434.

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

Color convert

RGB821302-
CMYK0.3700.980.49
HSL82.5º96.97%25.88%-
HSV(B)82.5º98.46%50.98%-
XYZ11.4717.762.88-
YUV101.0672.1114.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 130 (51.17% from 255) = 60.75%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=38.32%
G=60.75%
B=0.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8213020.3700.980.4982.596.9725.88
Hex52822250623152611a
Octal12220224501426112214132
Binary10100101000001010100101011000101100011010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528202; }

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

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

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

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

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

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

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

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