Html Css Color HEX #528206 Olive Drab

📋 copy color: '#528206'

red 82 ◦ green 130 ◦ blue 6

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

Shades of Olive Drab #528206

Tints of Olive Drab #528206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 37.61%
G = 59.63%
B = 2.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#528206 (or 0x528206) is known color: Olive Drab. HEX triplet: 52, 82 and 06. RGB value is (82,130,6). Sum of RGB (Red+Green+Blue) = 82+130+6=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #528206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528206 is #AD7DF9. Grayscale: #656565. Windows color (decimal): -11369978 or 426578. OLE color: 426578.

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

Color convert

RGB 82 130 6 -
CMYK 0.37 0 0.95 0.49
HSL 83.23º 0.91% 0.27% -
HSV(B) 83.23º 0.95% 0.51% -
XYZ 11.5 17.77 3 -
YUV 101.51 74.1 114.08 -
System Red Green Blue C M Y K H S L
Decimal 82 130 6 0.37 0 0.95 0.49 83.23 0.91 0.27
Hex 52 82 6 25 0 5F 31 53 5B 1B
Octal 122 202 6 45 0 137 61 123 133 33
Binary 1010010 10000010 110 100101 0 1011111 110001 1010011 1011011 11011

Color Harmonies of #528206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528206

Black with #528206

Text Example


Text Example

White with #528206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528206; }

 p { color: rgb(82,130,6); }

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

background-color css

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

 a { background-color: rgb(82,130,6); }

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

border-color css

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

 span { border-color: rgb(82,130,6); }

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