#526337

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

Shades of Dark Olive Green #526337

Tints of Dark Olive Green #526337

Color information

#526337 (or 0x526337) is unknown color: approx Dark Olive Green. HEX triplet: 52, 63 and 37. RGB value is (82,99,55). Sum of RGB (Red+Green+Blue) = 82+99+55=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #526337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526337 is #AD9CC8. Grayscale: #595959. Windows color (decimal): -11377865 or 3629906. OLE color: 3629906.

HSL color Cylindrical-coordinate representation of color #526337: hue angle of 83.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526337 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB829955-
CMYK0.1700.440.61
HSL83.18º28.57%30.2%-
HSV(B)83.18º44.44%38.82%-
XYZ8.6310.995.28-
YUV88.9108.87123.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=34.75%
G=41.95%
B=23.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299550.1700.440.6183.1828.5730.2
Hex5263371102C3D531d1e
Octal1221436721054751233536
Binary1010010110001111011110001010110011110110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526337; }

 p { color: rgb(82,99,55); }

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

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

 a { background-color: rgb(82,99,55); }

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

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

 span { border-color: rgb(82,99,55); }

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