#546C2F

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

Shades of Dark Olive Green #546C2F

Tints of Dark Olive Green #546C2F

Color information

#546C2F (or 0x546C2F) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6C and 2F. RGB value is (84,108,47). Sum of RGB (Red+Green+Blue) = 84+108+47=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #546C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C2F is #AB93D0. Grayscale: #5E5E5E. Windows color (decimal): -11244497 or 3107924. OLE color: 3107924.

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

Color convert

RGB8410847-
CMYK0.2200.560.58
HSL83.61º39.35%30.39%-
HSV(B)83.61º56.48%42.35%-
XYZ9.5312.824.66-
YUV93.87101.55120.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=35.15%
G=45.19%
B=19.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108470.2200.560.5883.6139.3530.39
Hex546C2F160383A54271e
Octal1241545726070721244736
Binary10101001101100101111101100111000111010101010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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