Html Css Color HEX #526424 Dark Olive Green

📋 copy color: '#526424'

red 82 ◦ green 100 ◦ blue 36

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

Shades of Dark Olive Green #526424

Tints of Dark Olive Green #526424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 37.61%
G = 45.87%
B = 16.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#526424 (or 0x526424) is known color: Dark Olive Green. HEX triplet: 52, 64 and 24. RGB value is (82,100,36). Sum of RGB (Red+Green+Blue) = 82+100+36=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #526424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526424 is #AD9BDB. Grayscale: #575757. Windows color (decimal): -11377628 or 2384978. OLE color: 2384978.

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

Color convert

RGB 82 100 36 -
CMYK 0.18 0 0.64 0.61
HSL 76.88º 0.47% 0.27% -
HSV(B) 76.88º 0.64% 0.39% -
XYZ 8.36 11.04 3.36 -
YUV 87.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 82 100 36 0.18 0 0.64 0.61 76.88 0.47 0.27
Hex 52 64 24 12 0 40 3D 4D 2F 1B
Octal 122 144 44 22 0 100 75 115 57 33
Binary 1010010 1100100 100100 10010 0 1000000 111101 1001101 101111 11011

Color Harmonies of #526424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526424

Black with #526424

Text Example


Text Example

White with #526424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526424; }

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

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

background-color css

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

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

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

border-color css

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

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

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