#546034

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

Shades of Dark Olive Green #546034

Tints of Dark Olive Green #546034

Color information

#546034 (or 0x546034) is unknown color: approx Dark Olive Green. HEX triplet: 54, 60 and 34. RGB value is (84,96,52). Sum of RGB (Red+Green+Blue) = 84+96+52=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #546034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546034 is #AB9FCB. Grayscale: #575757. Windows color (decimal): -11247564 or 3432532. OLE color: 3432532.

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

Color convert

RGB849652-
CMYK0.1200.460.62
HSL76.36º29.73%29.02%-
HSV(B)76.36º45.83%37.65%-
XYZ8.4610.54.83-
YUV87.4108.02125.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=36.21%
G=41.38%
B=22.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496520.1200.460.6276.3629.7329.02
Hex546034C02E3E4c1e1d
Octal1241406414056761143635
Binary101010011000001101001100010111011111010011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546034; }

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

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

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

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

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

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

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

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