#546335

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

Shades of Dark Olive Green #546335

Tints of Dark Olive Green #546335

Color information

#546335 (or 0x546335) is unknown color: approx Dark Olive Green. HEX triplet: 54, 63 and 35. RGB value is (84,99,53). Sum of RGB (Red+Green+Blue) = 84+99+53=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #546335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546335 is #AB9CCA. Grayscale: #595959. Windows color (decimal): -11246795 or 3498836. OLE color: 3498836.

HSL color Cylindrical-coordinate representation of color #546335: hue angle of 79.57º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546335 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB849953-
CMYK0.1500.460.61
HSL79.57º30.26%29.8%-
HSV(B)79.57º46.46%38.82%-
XYZ8.7611.075.04-
YUV89.27107.53124.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=35.59%
G=41.95%
B=22.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499530.1500.460.6179.5730.2629.8
Hex546335F02E3D501e1e
Octal1241436517056751203636
Binary101010011000111101011111010111011110110100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546335; }

 p { color: rgb(84,99,53); }

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

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

 a { background-color: rgb(84,99,53); }

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

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

 span { border-color: rgb(84,99,53); }

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