Html Css Color HEX #526539 Dark Olive Green

📋 copy color: '#526539'

red 82 ◦ green 101 ◦ blue 57

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

Shades of Dark Olive Green #526539

Tints of Dark Olive Green #526539

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 34.17%
G = 42.08%
B = 23.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#526539 (or 0x526539) is known color: Dark Olive Green. HEX triplet: 52, 65 and 39. RGB value is (82,101,57). Sum of RGB (Red+Green+Blue) = 82+101+57=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #526539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526539 is #AD9AC6. Grayscale: #5A5A5A. Windows color (decimal): -11377351 or 3761490. OLE color: 3761490.

HSL color Cylindrical-coordinate representation of color #526539: hue angle of 85.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526539 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 57 -
CMYK 0.19 0 0.44 0.60
HSL 85.91º 0.28% 0.31% -
HSV(B) 85.91º 0.44% 0.4% -
XYZ 8.87 11.4 5.6 -
YUV 90.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 82 101 57 0.19 0 0.44 0.60 85.91 0.28 0.31
Hex 52 65 39 13 0 2C 3C 56 1C 1F
Octal 122 145 71 23 0 54 74 126 34 37
Binary 1010010 1100101 111001 10011 0 101100 111100 1010110 11100 11111

Color Harmonies of #526539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526539

Black with #526539

Text Example


Text Example

White with #526539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526539; }

 p { color: rgb(82,101,57); }

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

background-color css

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

 a { background-color: rgb(82,101,57); }

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

border-color css

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

 span { border-color: rgb(82,101,57); }

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