#546C34

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

Shades of Dark Olive Green #546C34

Tints of Dark Olive Green #546C34

Color information

#546C34 (or 0x546C34) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6C and 34. RGB value is (84,108,52). Sum of RGB (Red+Green+Blue) = 84+108+52=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #546C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C34 is #AB93CB. Grayscale: #5E5E5E. Windows color (decimal): -11244492 or 3435604. OLE color: 3435604.

HSL color Cylindrical-coordinate representation of color #546C34: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546C34 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB8410852-
CMYK0.2200.520.58
HSL85.71º35%31.37%-
HSV(B)85.71º51.85%42.35%-
XYZ9.6412.865.22-
YUV94.44104.05120.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=34.43%
G=44.26%
B=21.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108520.2200.520.5885.713531.37
Hex546C34160343A56231f
Octal1241546426064721264337
Binary10101001101100110100101100110100111010101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,52); }

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

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

 a { background-color: rgb(84,108,52); }

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

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

 span { border-color: rgb(84,108,52); }

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