#546A2F

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

Shades of Dark Olive Green #546A2F

Tints of Dark Olive Green #546A2F

Color information

#546A2F (or 0x546A2F) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6A and 2F. RGB value is (84,106,47). Sum of RGB (Red+Green+Blue) = 84+106+47=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #546A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A2F is #AB95D0. Grayscale: #5C5C5C. Windows color (decimal): -11245009 or 3107412. OLE color: 3107412.

HSL color Cylindrical-coordinate representation of color #546A2F: hue angle of 82.37º 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 #546A2F is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB8410647-
CMYK0.2100.560.58
HSL82.37º38.56%30%-
HSV(B)82.37º55.66%41.57%-
XYZ9.3212.44.59-
YUV92.7102.21121.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=35.44%
G=44.73%
B=19.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106470.2100.560.5882.3738.5630
Hex546A2F150383A52271e
Octal1241525725070721224736
Binary10101001101010101111101010111000111010101001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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