#546720

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

Shades of Dark Olive Green #546720

Tints of Dark Olive Green #546720

Color information

#546720 (or 0x546720) is unknown color: approx Dark Olive Green. HEX triplet: 54, 67 and 20. RGB value is (84,103,32). Sum of RGB (Red+Green+Blue) = 84+103+32=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #546720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546720 is #AB98DF. Grayscale: #595959. Windows color (decimal): -11245792 or 2123604. OLE color: 2123604.

HSL color Cylindrical-coordinate representation of color #546720: hue angle of 76.06º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #546720 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB8410332-
CMYK0.1800.690.60
HSL76.06º52.59%26.47%-
HSV(B)76.06º68.93%40.39%-
XYZ8.7711.693.16-
YUV89.2295.71124.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=38.36%
G=47.03%
B=14.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103320.1800.690.6076.0652.5926.47
Hex546720120453C4c351a
Octal12414740220105741146532
Binary101010011001111000001001001000101111100100110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546720; }

 p { color: rgb(84,103,32); }

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

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

 a { background-color: rgb(84,103,32); }

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

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

 span { border-color: rgb(84,103,32); }

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