#536522

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

Shades of Dark Olive Green #536522

Tints of Dark Olive Green #536522

Color information

#536522 (or 0x536522) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 22. RGB value is (83,101,34). Sum of RGB (Red+Green+Blue) = 83+101+34=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #536522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536522 is #AC9ADD. Grayscale: #585858. Windows color (decimal): -11311838 or 2254163. OLE color: 2254163.

HSL color Cylindrical-coordinate representation of color #536522: hue angle of 76.12º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #536522 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB8310134-
CMYK0.1800.660.60
HSL76.12º49.63%26.47%-
HSV(B)76.12º66.34%39.61%-
XYZ8.5111.263.24-
YUV87.9897.54124.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 34 (13.67% from 255) = 15.60%
R=38.07%
G=46.33%
B=15.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101340.1800.660.6076.1249.6326.47
Hex536522120423C4c321a
Octal12314542220102741146232
Binary101001111001011000101001001000010111100100110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536522; }

 p { color: rgb(83,101,34); }

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

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

 a { background-color: rgb(83,101,34); }

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

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

 span { border-color: rgb(83,101,34); }

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