Html Css Color HEX #526421 Dark Olive Green

📋 copy color: '#526421'

red 82 ◦ green 100 ◦ blue 33

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

Shades of Dark Olive Green #526421

Tints of Dark Olive Green #526421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 38.14%
G = 46.51%
B = 15.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#526421 (or 0x526421) is known color: Dark Olive Green. HEX triplet: 52, 64 and 21. RGB value is (82,100,33). Sum of RGB (Red+Green+Blue) = 82+100+33=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #526421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526421 is #AD9BDE. Grayscale: #575757. Windows color (decimal): -11377631 or 2188370. OLE color: 2188370.

HSL color Cylindrical-coordinate representation of color #526421: hue angle of 76.12º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526421 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 33 -
CMYK 0.18 0 0.67 0.61
HSL 76.12º 0.5% 0.26% -
HSV(B) 76.12º 0.67% 0.39% -
XYZ 8.31 11.02 3.13 -
YUV 86.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 82 100 33 0.18 0 0.67 0.61 76.12 0.5 0.26
Hex 52 64 21 12 0 43 3D 4C 32 1A
Octal 122 144 41 22 0 103 75 114 62 32
Binary 1010010 1100100 100001 10010 0 1000011 111101 1001100 110010 11010

Color Harmonies of #526421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526421

Black with #526421

Text Example


Text Example

White with #526421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526421; }

 p { color: rgb(82,100,33); }

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

background-color css

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

 a { background-color: rgb(82,100,33); }

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

border-color css

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

 span { border-color: rgb(82,100,33); }

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