#526535

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

Shades of Dark Olive Green #526535

Tints of Dark Olive Green #526535

Color information

#526535 (or 0x526535) is unknown color: approx Dark Olive Green. HEX triplet: 52, 65 and 35. RGB value is (82,101,53). Sum of RGB (Red+Green+Blue) = 82+101+53=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #526535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526535 is #AD9ACA. Grayscale: #5A5A5A. Windows color (decimal): -11377355 or 3499346. OLE color: 3499346.

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

Color convert

RGB8210153-
CMYK0.1900.480.60
HSL83.75º31.17%30.2%-
HSV(B)83.75º47.52%39.61%-
XYZ8.7811.365.1-
YUV89.85107.21122.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=34.75%
G=42.80%
B=22.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101530.1900.480.6083.7531.1730.2
Hex526535130303C541f1e
Octal1221456523060741243736
Binary1010010110010111010110011011000011110010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526535; }

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

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

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

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

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

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

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

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