Html Css Color HEX #526439 Dark Olive Green

📋 copy color: '#526439'

red 82 ◦ green 100 ◦ blue 57

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

Shades of Dark Olive Green #526439

Tints of Dark Olive Green #526439

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.84%

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

R = 34.31%
G = 41.84%
B = 23.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#526439 (or 0x526439) is known color: Dark Olive Green. HEX triplet: 52, 64 and 39. RGB value is (82,100,57). Sum of RGB (Red+Green+Blue) = 82+100+57=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #526439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526439 is #AD9BC6. Grayscale: #595959. Windows color (decimal): -11377607 or 3761234. OLE color: 3761234.

HSL color Cylindrical-coordinate representation of color #526439: hue angle of 85.12º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526439 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 57 -
CMYK 0.18 0 0.43 0.61
HSL 85.12º 0.27% 0.31% -
HSV(B) 85.12º 0.43% 0.39% -
XYZ 8.78 11.2 5.57 -
YUV 89.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 82 100 57 0.18 0 0.43 0.61 85.12 0.27 0.31
Hex 52 64 39 12 0 2B 3D 55 1B 1F
Octal 122 144 71 22 0 53 75 125 33 37
Binary 1010010 1100100 111001 10010 0 101011 111101 1010101 11011 11111

Color Harmonies of #526439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526439

Black with #526439

Text Example


Text Example

White with #526439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526439; }

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

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

background-color css

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

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

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

border-color css

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

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

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