#528206

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

Shades of Olive Drab #528206

Tints of Olive Drab #528206

Color information

#528206 (or 0x528206) is unknown color: approx Olive Drab. HEX triplet: 52, 82 and 06. RGB value is (82,130,6). Sum of RGB (Red+Green+Blue) = 82+130+6=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #528206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528206 is #AD7DF9. Grayscale: #656565. Windows color (decimal): -11369978 or 426578. OLE color: 426578.

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

Color convert

RGB821306-
CMYK0.3700.950.49
HSL83.23º91.18%26.67%-
HSV(B)83.23º95.38%50.98%-
XYZ11.517.773-
YUV101.5174.1114.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 6 (2.73% from 255) = 2.75%
R=37.61%
G=59.63%
B=2.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8213060.3700.950.4983.2391.1826.67
Hex528262505F31535b1b
Octal12220264501376112313333
Binary101001010000010110100101010111111100011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528206; }

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

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

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

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

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

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

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

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