Html Css Color HEX #526337 Dark Olive Green

📋 copy color: '#526337'

red 82 ◦ green 99 ◦ blue 55

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

Shades of Dark Olive Green #526337

Tints of Dark Olive Green #526337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 34.75%
G = 41.95%
B = 23.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#526337 (or 0x526337) is known color: Dark Olive Green. HEX triplet: 52, 63 and 37. RGB value is (82,99,55). Sum of RGB (Red+Green+Blue) = 82+99+55=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #526337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526337 is #AD9CC8. Grayscale: #595959. Windows color (decimal): -11377865 or 3629906. OLE color: 3629906.

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

Color convert

RGB 82 99 55 -
CMYK 0.17 0 0.44 0.61
HSL 83.18º 0.29% 0.3% -
HSV(B) 83.18º 0.44% 0.39% -
XYZ 8.63 10.99 5.28 -
YUV 88.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 82 99 55 0.17 0 0.44 0.61 83.18 0.29 0.3
Hex 52 63 37 11 0 2C 3D 53 1D 1E
Octal 122 143 67 21 0 54 75 123 35 36
Binary 1010010 1100011 110111 10001 0 101100 111101 1010011 11101 11110

Color Harmonies of #526337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526337

Black with #526337

Text Example


Text Example

White with #526337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526337; }

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

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

background-color css

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

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

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

border-color css

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

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

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