#546B32

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

Shades of Dark Olive Green #546B32

Tints of Dark Olive Green #546B32

Color information

#546B32 (or 0x546B32) is unknown color: approx Dark Olive Green. HEX triplet: 54, 6B and 32. RGB value is (84,107,50). Sum of RGB (Red+Green+Blue) = 84+107+50=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #546B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B32 is #AB94CD. Grayscale: #5D5D5D. Windows color (decimal): -11244750 or 3304276. OLE color: 3304276.

HSL color Cylindrical-coordinate representation of color #546B32: hue angle of 84.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546B32 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB8410750-
CMYK0.2100.530.58
HSL84.21º36.31%30.78%-
HSV(B)84.21º53.27%41.96%-
XYZ9.4912.634.96-
YUV93.62103.38121.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=34.85%
G=44.40%
B=20.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107500.2100.530.5884.2136.3130.78
Hex546B32150353A54241f
Octal1241536225065721244437
Binary10101001101011110010101010110101111010101010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546B32; }

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

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

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

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

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

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

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

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