Html Css Color HEX #528301 Olive Drab

📋 copy color: '#528301'

red 82 ◦ green 131 ◦ blue 1

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

Shades of Olive Drab #528301

Tints of Olive Drab #528301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.21%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 38.32%
G = 61.21%
B = 0.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#528301 (or 0x528301) is known color: Olive Drab. HEX triplet: 52, 83 and 01. RGB value is (82,131,1). Sum of RGB (Red+Green+Blue) = 82+131+1=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #528301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528301 is #AD7CFE. Grayscale: #656565. Windows color (decimal): -11369727 or 99154. OLE color: 99154.

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

Color convert

RGB 82 131 1 -
CMYK 0.37 0 0.99 0.49
HSL 82.62º 0.98% 0.26% -
HSV(B) 82.62º 0.99% 0.51% -
XYZ 11.6 18.03 2.9 -
YUV 101.53 71.27 114.07 -
System Red Green Blue C M Y K H S L
Decimal 82 131 1 0.37 0 0.99 0.49 82.62 0.98 0.26
Hex 52 83 1 25 0 63 31 53 62 1A
Octal 122 203 1 45 0 143 61 123 142 32
Binary 1010010 10000011 1 100101 0 1100011 110001 1010011 1100010 11010

Color Harmonies of #528301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528301

Black with #528301

Text Example


Text Example

White with #528301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528301; }

 p { color: rgb(82,131,1); }

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

background-color css

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

 a { background-color: rgb(82,131,1); }

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

border-color css

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

 span { border-color: rgb(82,131,1); }

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