#526526

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

Shades of Dark Olive Green #526526

Tints of Dark Olive Green #526526

Color information

#526526 (or 0x526526) is unknown color: approx Dark Olive Green. HEX triplet: 52, 65 and 26. RGB value is (82,101,38). Sum of RGB (Red+Green+Blue) = 82+101+38=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #526526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526526 is #AD9AD9. Grayscale: #585858. Windows color (decimal): -11377370 or 2516306. OLE color: 2516306.

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

Color convert

RGB8210138-
CMYK0.1900.620.60
HSL78.1º45.32%27.25%-
HSV(B)78.1º62.38%39.61%-
XYZ8.4811.243.56-
YUV88.1499.71123.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=37.10%
G=45.70%
B=17.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101380.1900.620.6078.145.3227.25
Hex5265261303E3C4e2d1b
Octal1221454623076741165533
Binary10100101100101100110100110111110111100100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526526; }

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

 H1.HeaderClassName
 {
   color: #526526;
 }
 .AnyTagClassName
 {
   color: #526526;
 }
</style>
background-color css

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

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

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

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

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

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