#546036

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

Shades of Dark Olive Green #546036

Tints of Dark Olive Green #546036

Color information

#546036 (or 0x546036) is unknown color: approx Dark Olive Green. HEX triplet: 54, 60 and 36. RGB value is (84,96,54). Sum of RGB (Red+Green+Blue) = 84+96+54=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #546036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546036 is #AB9FC9. Grayscale: #575757. Windows color (decimal): -11247562 or 3563604. OLE color: 3563604.

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

Color convert

RGB849654-
CMYK0.1200.440.62
HSL77.14º28%29.41%-
HSV(B)77.14º43.75%37.65%-
XYZ8.510.525.07-
YUV87.62109.02125.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=35.90%
G=41.03%
B=23.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496540.1200.440.6277.142829.41
Hex546036C02C3E4d1c1d
Octal1241406614054761153435
Binary101010011000001101101100010110011111010011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546036; }

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

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

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

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

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

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

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

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