#546136

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

Shades of Dark Olive Green #546136

Tints of Dark Olive Green #546136

Color information

#546136 (or 0x546136) is unknown color: approx Dark Olive Green. HEX triplet: 54, 61 and 36. RGB value is (84,97,54). Sum of RGB (Red+Green+Blue) = 84+97+54=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #546136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546136 is #AB9EC9. Grayscale: #585858. Windows color (decimal): -11247306 or 3563860. OLE color: 3563860.

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

Color convert

RGB849754-
CMYK0.1300.440.62
HSL78.14º28.48%29.61%-
HSV(B)78.14º44.33%38.04%-
XYZ8.610.75.1-
YUV88.21108.69125-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=35.74%
G=41.28%
B=22.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497540.1300.440.6278.1428.4829.61
Hex546136D02C3E4e1c1e
Octal1241416615054761163436
Binary101010011000011101101101010110011111010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546136; }

 p { color: rgb(84,97,54); }

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

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

 a { background-color: rgb(84,97,54); }

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

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

 span { border-color: rgb(84,97,54); }

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