#546329

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

Shades of Dark Olive Green #546329

Tints of Dark Olive Green #546329

Color information

#546329 (or 0x546329) is unknown color: approx Dark Olive Green. HEX triplet: 54, 63 and 29. RGB value is (84,99,41). Sum of RGB (Red+Green+Blue) = 84+99+41=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #546329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546329 is #AB9CD6. Grayscale: #585858. Windows color (decimal): -11246807 or 2712404. OLE color: 2712404.

HSL color Cylindrical-coordinate representation of color #546329: hue angle of 75.52º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #546329 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB849941-
CMYK0.1500.590.61
HSL75.52º41.43%27.45%-
HSV(B)75.52º58.59%38.82%-
XYZ8.5210.973.77-
YUV87.9101.53125.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=37.5%
G=44.20%
B=18.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499410.1500.590.6175.5241.4327.45
Hex546329F03B3D4c291b
Octal1241435117073751145133
Binary1010100110001110100111110111011111101100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546329; }

 p { color: rgb(84,99,41); }

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

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

 a { background-color: rgb(84,99,41); }

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

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

 span { border-color: rgb(84,99,41); }

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