Html Css Color HEX #528700 Olive Drab

📋 copy color: '#528700'

red 82 ◦ green 135 ◦ blue 0

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

Shades of Olive Drab #528700

Tints of Olive Drab #528700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.21%

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

R = 37.79%
G = 62.21%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#528700 (or 0x528700) is known color: Olive Drab. HEX triplet: 52, 87 and 00. RGB value is (82,135,0). Sum of RGB (Red+Green+Blue) = 82+135+0=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #528700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528700 is #AD78FF. Grayscale: #686868. Windows color (decimal): -11368704 or 34642. OLE color: 34642.

HSL color Cylindrical-coordinate representation of color #528700: hue angle of 83.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528700 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 0 -
CMYK 0.39 0 1 0.47
HSL 83.56º 1% 0.26% -
HSV(B) 83.56º 1% 0.53% -
XYZ 12.14 19.12 3.05 -
YUV 103.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 82 135 0 0.39 0 1 0.47 83.56 1 0.26
Hex 52 87 0 27 0 64 2F 54 64 1A
Octal 122 207 0 47 0 144 57 124 144 32
Binary 1010010 10000111 0 100111 0 1100100 101111 1010100 1100100 11010

Color Harmonies of #528700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528700

Black with #528700

Text Example


Text Example

White with #528700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528700; }

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

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

background-color css

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

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

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

border-color css

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

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

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