#536836

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

Shades of Dark Olive Green #536836

Tints of Dark Olive Green #536836

Color information

#536836 (or 0x536836) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 36. RGB value is (83,104,54). Sum of RGB (Red+Green+Blue) = 83+104+54=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #536836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536836 is #AC97C9. Grayscale: #5C5C5C. Windows color (decimal): -11311050 or 3565651. OLE color: 3565651.

HSL color Cylindrical-coordinate representation of color #536836: hue angle of 85.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #536836 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB8310454-
CMYK0.2000.480.59
HSL85.2º31.65%30.98%-
HSV(B)85.2º48.08%40.78%-
XYZ9.1812.015.32-
YUV92.02106.54121.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=34.44%
G=43.15%
B=22.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104540.2000.480.5985.231.6530.98
Hex536836140303B55201f
Octal1231506624060731254037
Binary10100111101000110110101000110000111011101010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536836; }

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

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

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

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

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

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

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

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