#546334

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

Shades of Dark Olive Green #546334

Tints of Dark Olive Green #546334

Color information

#546334 (or 0x546334) is unknown color: approx Dark Olive Green. HEX triplet: 54, 63 and 34. RGB value is (84,99,52). Sum of RGB (Red+Green+Blue) = 84+99+52=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #546334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546334 is #AB9CCB. Grayscale: #595959. Windows color (decimal): -11246796 or 3433300. OLE color: 3433300.

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

Color convert

RGB849952-
CMYK0.1500.470.61
HSL79.15º31.13%29.61%-
HSV(B)79.15º47.47%38.82%-
XYZ8.7411.064.92-
YUV89.16107.03124.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=35.74%
G=42.13%
B=22.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499520.1500.470.6179.1531.1329.61
Hex546334F02F3D4f1f1e
Octal1241436417057751173736
Binary101010011000111101001111010111111110110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546334; }

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

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

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

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

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

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

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

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