Html Css Color HEX #526336 Dark Olive Green

📋 copy color: '#526336'

red 82 ◦ green 99 ◦ blue 54

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

Shades of Dark Olive Green #526336

Tints of Dark Olive Green #526336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 34.89%
G = 42.13%
B = 22.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#526336 (or 0x526336) is known color: Dark Olive Green. HEX triplet: 52, 63 and 36. RGB value is (82,99,54). Sum of RGB (Red+Green+Blue) = 82+99+54=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #526336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526336 is #AD9CC9. Grayscale: #585858. Windows color (decimal): -11377866 or 3564370. OLE color: 3564370.

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

Color convert

RGB 82 99 54 -
CMYK 0.17 0 0.45 0.61
HSL 82.67º 0.29% 0.3% -
HSV(B) 82.67º 0.45% 0.39% -
XYZ 8.61 10.98 5.16 -
YUV 88.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 82 99 54 0.17 0 0.45 0.61 82.67 0.29 0.3
Hex 52 63 36 11 0 2D 3D 53 1D 1E
Octal 122 143 66 21 0 55 75 123 35 36
Binary 1010010 1100011 110110 10001 0 101101 111101 1010011 11101 11110

Color Harmonies of #526336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526336

Black with #526336

Text Example


Text Example

White with #526336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526336; }

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

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

background-color css

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

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

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

border-color css

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

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

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