#526335

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

Shades of Dark Olive Green #526335

Tints of Dark Olive Green #526335

Color information

#526335 (or 0x526335) is unknown color: approx Dark Olive Green. HEX triplet: 52, 63 and 35. RGB value is (82,99,53). Sum of RGB (Red+Green+Blue) = 82+99+53=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #526335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526335 is #AD9CCA. Grayscale: #585858. Windows color (decimal): -11377867 or 3498834. OLE color: 3498834.

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

Color convert

RGB829953-
CMYK0.1700.460.61
HSL82.17º30.26%29.8%-
HSV(B)82.17º46.46%38.82%-
XYZ8.5810.975.03-
YUV88.67107.87123.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=35.04%
G=42.31%
B=22.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299530.1700.460.6182.1730.2629.8
Hex5263351102E3D521e1e
Octal1221436521056751223636
Binary1010010110001111010110001010111011110110100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526335; }

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

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

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

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

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

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

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

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