#546638

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

Shades of Dark Olive Green #546638

Tints of Dark Olive Green #546638

Color information

#546638 (or 0x546638) is unknown color: approx Dark Olive Green. HEX triplet: 54, 66 and 38. RGB value is (84,102,56). Sum of RGB (Red+Green+Blue) = 84+102+56=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #546638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546638 is #AB99C7. Grayscale: #5B5B5B. Windows color (decimal): -11246024 or 3696212. OLE color: 3696212.

HSL color Cylindrical-coordinate representation of color #546638: hue angle of 83.48º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #546638 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB8410256-
CMYK0.1800.450.6
HSL83.48º29.11%30.98%-
HSV(B)83.48º45.1%40%-
XYZ9.1211.675.51-
YUV91.37108.04122.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=34.71%
G=42.15%
B=23.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102560.1800.450.683.4829.1130.98
Hex5466381202D3C531d1f
Octal1241467022055741233537
Binary1010100110011011100010010010110111110010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546638; }

 p { color: rgb(84,102,56); }

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

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

 a { background-color: rgb(84,102,56); }

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

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

 span { border-color: rgb(84,102,56); }

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