Html Css Color HEX #528100 Olive Drab

📋 copy color: '#528100'

red 82 ◦ green 129 ◦ blue 0

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

Shades of Olive Drab #528100

Tints of Olive Drab #528100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.86%
G = 61.14%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#528100 (or 0x528100) is known color: Olive Drab. HEX triplet: 52, 81 and 00. RGB value is (82,129,0). Sum of RGB (Red+Green+Blue) = 82+129+0=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #528100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528100 is #AD7EFF. Grayscale: #646464. Windows color (decimal): -11370240 or 33106. OLE color: 33106.

HSL color Cylindrical-coordinate representation of color #528100: hue angle of 81.86º 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 #528100 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 129 0 -
CMYK 0.36 0 1 0.49
HSL 81.86º 1% 0.25% -
HSV(B) 81.86º 1% 0.51% -
XYZ 11.33 17.49 2.78 -
YUV 100.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 82 129 0 0.36 0 1 0.49 81.86 1 0.25
Hex 52 81 0 24 0 64 31 52 64 19
Octal 122 201 0 44 0 144 61 122 144 31
Binary 1010010 10000001 0 100100 0 1100100 110001 1010010 1100100 11001

Color Harmonies of #528100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528100

Black with #528100

Text Example


Text Example

White with #528100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528100; }

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

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

background-color css

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

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

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

border-color css

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

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

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