#536729

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

Shades of Dark Olive Green #536729

Tints of Dark Olive Green #536729

Color information

#536729 (or 0x536729) is unknown color: approx Dark Olive Green. HEX triplet: 53, 67 and 29. RGB value is (83,103,41). Sum of RGB (Red+Green+Blue) = 83+103+41=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #536729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536729 is #AC98D6. Grayscale: #5A5A5A. Windows color (decimal): -11311319 or 2713427. OLE color: 2713427.

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

Color convert

RGB8310341-
CMYK0.1900.600.60
HSL79.35º43.06%28.24%-
HSV(B)79.35º60.19%40.39%-
XYZ8.8211.73.89-
YUV89.95100.37123.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=36.56%
G=45.37%
B=18.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103410.1900.600.6079.3543.0628.24
Hex5367291303C3C4f2b1c
Octal1231475123074741175334
Binary10100111100111101001100110111100111100100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536729; }

 p { color: rgb(83,103,41); }

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

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

 a { background-color: rgb(83,103,41); }

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

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

 span { border-color: rgb(83,103,41); }

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