#536336

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

Shades of Dark Olive Green #536336

Tints of Dark Olive Green #536336

Color information

#536336 (or 0x536336) is unknown color: approx Dark Olive Green. HEX triplet: 53, 63 and 36. RGB value is (83,99,54). Sum of RGB (Red+Green+Blue) = 83+99+54=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #536336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536336 is #AC9CC9. Grayscale: #595959. Windows color (decimal): -11312330 or 3564371. OLE color: 3564371.

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

Color convert

RGB839954-
CMYK0.1600.450.61
HSL81.33º29.41%30%-
HSV(B)81.33º45.45%38.82%-
XYZ8.6911.035.16-
YUV89.09108.2123.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=35.17%
G=41.95%
B=22.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399540.1600.450.6181.3329.4130
Hex5363361002D3D511d1e
Octal1231436620055751213536
Binary1010011110001111011010000010110111110110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536336; }

 p { color: rgb(83,99,54); }

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

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

 a { background-color: rgb(83,99,54); }

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

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

 span { border-color: rgb(83,99,54); }

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