#546B29

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

Shades of Dark Olive Green #546B29

Tints of Dark Olive Green #546B29

Color information

#546B29 (or 0x546B29) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6B and 29. RGB value is (84,107,41). Sum of RGB (Red+Green+Blue) = 84+107+41=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #546B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B29 is #AB94D6. Grayscale: #5C5C5C. Windows color (decimal): -11244759 or 2714452. OLE color: 2714452.

HSL color Cylindrical-coordinate representation of color #546B29: hue angle of 80.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546B29 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB8410741-
CMYK0.2100.620.58
HSL80.91º44.59%29.02%-
HSV(B)80.91º61.68%41.96%-
XYZ9.3112.564.03-
YUV92.698.88121.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=36.21%
G=46.12%
B=17.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107410.2100.620.5880.9144.5929.02
Hex546B291503E3A512d1d
Octal1241535125076721215535
Binary10101001101011101001101010111110111010101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546B29; }

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

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

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

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

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

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

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

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