Html Css Color HEX #528401 Olive Drab

📋 copy color: '#528401'

red 82 ◦ green 132 ◦ blue 1

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

Shades of Olive Drab #528401

Tints of Olive Drab #528401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.4%

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

R = 38.14%
G = 61.4%
B = 0.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#528401 (or 0x528401) is known color: Olive Drab. HEX triplet: 52, 84 and 01. RGB value is (82,132,1). Sum of RGB (Red+Green+Blue) = 82+132+1=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #528401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528401 is #AD7BFE. Grayscale: #666666. Windows color (decimal): -11369471 or 99410. OLE color: 99410.

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

Color convert

RGB 82 132 1 -
CMYK 0.38 0 0.99 0.48
HSL 82.9º 0.98% 0.26% -
HSV(B) 82.9º 0.99% 0.52% -
XYZ 11.74 18.3 2.94 -
YUV 102.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 82 132 1 0.38 0 0.99 0.48 82.9 0.98 0.26
Hex 52 84 1 26 0 63 30 53 62 1A
Octal 122 204 1 46 0 143 60 123 142 32
Binary 1010010 10000100 1 100110 0 1100011 110000 1010011 1100010 11010

Color Harmonies of #528401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528401

Black with #528401

Text Example


Text Example

White with #528401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528401; }

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

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

background-color css

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

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

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

border-color css

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

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

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