Html Css Color HEX #528008 Olive Drab

📋 copy color: '#528008'

red 82 ◦ green 128 ◦ blue 8

#528008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #528008

Tints of Olive Drab #528008

RGB

 RED value IS 82 (32.42% from 255) = 37.61%

 GREEN value IS 128 (50.39% from 255) = 58.72%

 BLUE value IS 8 (3.52% from 255) = 3.67%

R = 37.61%
G = 58.72%
B = 3.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#528008 (or 0x528008) is known color: Olive Drab. HEX triplet: 52, 80 and 08. RGB value is (82,128,8). Sum of RGB (Red+Green+Blue) = 82+128+8=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #528008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528008 is #AD7FF7. Grayscale: #646464. Windows color (decimal): -11370488 or 557138. OLE color: 557138.

HSL color Cylindrical-coordinate representation of color #528008: hue angle of 83º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #528008 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 8 -
CMYK 0.36 0 0.94 0.50
HSL 83º 0.88% 0.27% -
HSV(B) 83º 0.94% 0.5% -
XYZ 11.24 17.25 2.97 -
YUV 100.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 82 128 8 0.36 0 0.94 0.50 83 0.88 0.27
Hex 52 80 8 24 0 5E 32 53 58 1B
Octal 122 200 10 44 0 136 62 123 130 33
Binary 1010010 10000000 1000 100100 0 1011110 110010 1010011 1011000 11011

Color Harmonies of #528008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528008

Black with #528008

Text Example


Text Example

White with #528008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528008; }

 p { color: rgb(82,128,8); }

 H1.HeaderClassName
 {
   color: #528008;
 }
 .AnyTagClassName
 {
   color: #528008;
 }
</style>

background-color css

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

 a { background-color: rgb(82,128,8); }

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

border-color css

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

 span { border-color: rgb(82,128,8); }

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