#546828

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

Shades of Dark Olive Green #546828

Tints of Dark Olive Green #546828

Color information

#546828 (or 0x546828) is unknown color: approx Dark Olive Green. HEX triplet: 54, 68 and 28. RGB value is (84,104,40). Sum of RGB (Red+Green+Blue) = 84+104+40=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #546828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546828 is #AB97D7. Grayscale: #5A5A5A. Windows color (decimal): -11245528 or 2648148. OLE color: 2648148.

HSL color Cylindrical-coordinate representation of color #546828: hue angle of 78.75º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #546828 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB8410440-
CMYK0.1900.620.59
HSL78.75º44.44%28.24%-
HSV(B)78.75º61.54%40.78%-
XYZ8.9911.943.84-
YUV90.7299.37123.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=36.84%
G=45.61%
B=17.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104400.1900.620.5978.7544.4428.24
Hex5468281303E3B4f2c1c
Octal1241505023076731175434
Binary10101001101000101000100110111110111011100111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546828; }

 p { color: rgb(84,104,40); }

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

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

 a { background-color: rgb(84,104,40); }

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

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

 span { border-color: rgb(84,104,40); }

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