Html Css Color HEX #526324 Dark Olive Green

📋 copy color: '#526324'

red 82 ◦ green 99 ◦ blue 36

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

Shades of Dark Olive Green #526324

Tints of Dark Olive Green #526324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 37.79%
G = 45.62%
B = 16.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#526324 (or 0x526324) is known color: Dark Olive Green. HEX triplet: 52, 63 and 24. RGB value is (82,99,36). Sum of RGB (Red+Green+Blue) = 82+99+36=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #526324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526324 is #AD9CDB. Grayscale: #565656. Windows color (decimal): -11377884 or 2384722. OLE color: 2384722.

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

Color convert

RGB 82 99 36 -
CMYK 0.17 0 0.64 0.61
HSL 76.19º 0.47% 0.26% -
HSV(B) 76.19º 0.64% 0.39% -
XYZ 8.26 10.84 3.33 -
YUV 86.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 82 99 36 0.17 0 0.64 0.61 76.19 0.47 0.26
Hex 52 63 24 11 0 40 3D 4C 2F 1A
Octal 122 143 44 21 0 100 75 114 57 32
Binary 1010010 1100011 100100 10001 0 1000000 111101 1001100 101111 11010

Color Harmonies of #526324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526324

Black with #526324

Text Example


Text Example

White with #526324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526324; }

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

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

background-color css

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

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

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

border-color css

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

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

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