#526439

Color #526439 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #526439

Tints of Dark Olive Green #526439

Color information

#526439 (or 0x526439) is unknown color: approx 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

RGB8210057-
CMYK0.1800.430.61
HSL85.12º27.39%30.78%-
HSV(B)85.12º43%39.22%-
XYZ8.7811.25.57-
YUV89.72109.54122.5-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100570.1800.430.6185.1227.3930.78
Hex5264391202B3D551b1f
Octal1221447122053751253337
Binary1010010110010011100110010010101111110110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>