Html Css Color HEX #528305 Olive Drab

📋 copy color: '#528305'

red 82 ◦ green 131 ◦ blue 5

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

Shades of Olive Drab #528305

Tints of Olive Drab #528305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 37.61%
G = 60.09%
B = 2.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#528305 (or 0x528305) is known color: Olive Drab. HEX triplet: 52, 83 and 05. RGB value is (82,131,5). Sum of RGB (Red+Green+Blue) = 82+131+5=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #528305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528305 is #AD7CFA. Grayscale: #666666. Windows color (decimal): -11369723 or 361298. OLE color: 361298.

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

Color convert

RGB 82 131 5 -
CMYK 0.37 0 0.96 0.49
HSL 83.33º 0.93% 0.27% -
HSV(B) 83.33º 0.96% 0.51% -
XYZ 11.62 18.04 3.01 -
YUV 101.99 73.27 113.75 -
System Red Green Blue C M Y K H S L
Decimal 82 131 5 0.37 0 0.96 0.49 83.33 0.93 0.27
Hex 52 83 5 25 0 60 31 53 5D 1B
Octal 122 203 5 45 0 140 61 123 135 33
Binary 1010010 10000011 101 100101 0 1100000 110001 1010011 1011101 11011

Color Harmonies of #528305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528305

Black with #528305

Text Example


Text Example

White with #528305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528305; }

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

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

background-color css

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

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

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

border-color css

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

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

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