#546132

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

Shades of Dark Olive Green #546132

Tints of Dark Olive Green #546132

Color information

#546132 (or 0x546132) is unknown color: approx Dark Olive Green. HEX triplet: 54, 61 and 32. RGB value is (84,97,50). Sum of RGB (Red+Green+Blue) = 84+97+50=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #546132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546132 is #AB9ECD. Grayscale: #575757. Windows color (decimal): -11247310 or 3301716. OLE color: 3301716.

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

Color convert

RGB849750-
CMYK0.1300.480.62
HSL76.6º31.97%28.82%-
HSV(B)76.6º48.45%38.04%-
XYZ8.5110.664.63-
YUV87.76106.69125.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=36.36%
G=41.99%
B=21.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497500.1300.480.6276.631.9728.82
Hex546132D0303E4d201d
Octal1241416215060761154035
Binary1010100110000111001011010110000111110100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546132; }

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

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

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

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

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

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

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

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