Html Css Color HEX #526137 Dark Olive Green

📋 copy color: '#526137'

red 82 ◦ green 97 ◦ blue 55

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

Shades of Dark Olive Green #526137

Tints of Dark Olive Green #526137

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 35.04%
G = 41.45%
B = 23.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#526137 (or 0x526137) is known color: Dark Olive Green. HEX triplet: 52, 61 and 37. RGB value is (82,97,55). Sum of RGB (Red+Green+Blue) = 82+97+55=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #526137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526137 is #AD9EC8. Grayscale: #575757. Windows color (decimal): -11378377 or 3629394. OLE color: 3629394.

HSL color Cylindrical-coordinate representation of color #526137: hue angle of 81.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526137 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 55 -
CMYK 0.15 0 0.43 0.62
HSL 81.43º 0.28% 0.3% -
HSV(B) 81.43º 0.43% 0.38% -
XYZ 8.44 10.62 5.22 -
YUV 87.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 82 97 55 0.15 0 0.43 0.62 81.43 0.28 0.3
Hex 52 61 37 F 0 2B 3E 51 1C 1E
Octal 122 141 67 17 0 53 76 121 34 36
Binary 1010010 1100001 110111 1111 0 101011 111110 1010001 11100 11110

Color Harmonies of #526137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526137

Black with #526137

Text Example


Text Example

White with #526137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526137; }

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

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

background-color css

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

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

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

border-color css

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

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

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