#526236

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

Shades of Dark Olive Green #526236

Tints of Dark Olive Green #526236

Color information

#526236 (or 0x526236) is unknown color: approx Dark Olive Green. HEX triplet: 52, 62 and 36. RGB value is (82,98,54). Sum of RGB (Red+Green+Blue) = 82+98+54=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #526236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526236 is #AD9DC9. Grayscale: #585858. Windows color (decimal): -11378122 or 3564114. OLE color: 3564114.

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

Color convert

RGB829854-
CMYK0.1600.450.62
HSL81.82º28.95%29.8%-
HSV(B)81.82º44.9%38.43%-
XYZ8.5110.85.13-
YUV88.2108.7123.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=35.04%
G=41.88%
B=23.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298540.1600.450.6281.8228.9529.8
Hex5262361002D3E521d1e
Octal1221426620055761223536
Binary1010010110001011011010000010110111111010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526236; }

 p { color: rgb(82,98,54); }

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

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

 a { background-color: rgb(82,98,54); }

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

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

 span { border-color: rgb(82,98,54); }

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