#526537

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

Shades of Dark Olive Green #526537

Tints of Dark Olive Green #526537

Color information

#526537 (or 0x526537) is unknown color: approx Dark Olive Green. HEX triplet: 52, 65 and 37. RGB value is (82,101,55). Sum of RGB (Red+Green+Blue) = 82+101+55=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #526537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526537 is #AD9AC8. Grayscale: #5A5A5A. Windows color (decimal): -11377353 or 3630418. OLE color: 3630418.

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

Color convert

RGB8210155-
CMYK0.1900.460.60
HSL84.78º29.49%30.59%-
HSV(B)84.78º45.54%39.61%-
XYZ8.8211.385.35-
YUV90.08108.21122.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=34.45%
G=42.44%
B=23.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101550.1900.460.6084.7829.4930.59
Hex5265371302E3C551d1f
Octal1221456723056741253537
Binary1010010110010111011110011010111011110010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526537; }

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

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

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

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

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

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

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

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