#546134

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

Shades of Dark Olive Green #546134

Tints of Dark Olive Green #546134

Color information

#546134 (or 0x546134) is unknown color: approx Dark Olive Green. HEX triplet: 54, 61 and 34. RGB value is (84,97,52). Sum of RGB (Red+Green+Blue) = 84+97+52=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #546134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546134 is #AB9ECB. Grayscale: #585858. Windows color (decimal): -11247308 or 3432788. OLE color: 3432788.

HSL color Cylindrical-coordinate representation of color #546134: hue angle of 77.33º 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 #546134 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB849752-
CMYK0.1300.460.62
HSL77.33º30.2%29.22%-
HSV(B)77.33º46.39%38.04%-
XYZ8.5510.684.86-
YUV87.98107.69125.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=36.05%
G=41.63%
B=22.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497520.1300.460.6277.3330.229.22
Hex546134D02E3E4d1e1d
Octal1241416415056761153635
Binary101010011000011101001101010111011111010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546134; }

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

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

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

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

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

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

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

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