#536529

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

Shades of Dark Olive Green #536529

Tints of Dark Olive Green #536529

Color information

#536529 (or 0x536529) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 29. RGB value is (83,101,41). Sum of RGB (Red+Green+Blue) = 83+101+41=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #536529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536529 is #AC9AD6. Grayscale: #595959. Windows color (decimal): -11311831 or 2712915. OLE color: 2712915.

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

Color convert

RGB8310141-
CMYK0.1800.590.60
HSL78º42.25%27.84%-
HSV(B)78º59.41%39.61%-
XYZ8.6211.313.83-
YUV88.78101.04123.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=36.89%
G=44.89%
B=18.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101410.1800.590.607842.2527.84
Hex5365291203B3C4e2a1c
Octal1231455122073741165234
Binary10100111100101101001100100111011111100100111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536529; }

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

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

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

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

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

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

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

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