#546332

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

Shades of Dark Olive Green #546332

Tints of Dark Olive Green #546332

Color information

#546332 (or 0x546332) is unknown color: approx Dark Olive Green. HEX triplet: 54, 63 and 32. RGB value is (84,99,50). Sum of RGB (Red+Green+Blue) = 84+99+50=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #546332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546332 is #AB9CCD. Grayscale: #595959. Windows color (decimal): -11246798 or 3302228. OLE color: 3302228.

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

Color convert

RGB849950-
CMYK0.1500.490.61
HSL78.37º32.89%29.22%-
HSV(B)78.37º49.49%38.82%-
XYZ8.6911.044.69-
YUV88.93106.03124.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=36.05%
G=42.49%
B=21.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499500.1500.490.6178.3732.8929.22
Hex546332F0313D4e211d
Octal1241436217061751164135
Binary1010100110001111001011110110001111101100111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546332; }

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

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

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

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

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

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

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

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