Html Css Color HEX #546B31 Dark Olive Green

📋 copy color: '#546B31'

red 84 ◦ green 107 ◦ blue 49

#546B31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #546B31

Tints of Dark Olive Green #546B31

RGB

 RED value IS 84 (33.2% from 255) = 35%

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 35%
G = 44.58%
B = 20.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#546B31 (or 0x546B31) is known color: Dark Olive Green. HEX triplet: 54, 6B and 31. RGB value is (84,107,49). Sum of RGB (Red+Green+Blue) = 84+107+49=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #546B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B31 is #AB94CE. Grayscale: #5D5D5D. Windows color (decimal): -11244751 or 3238740. OLE color: 3238740.

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

Color convert

RGB 84 107 49 -
CMYK 0.21 0 0.54 0.58
HSL 83.79º 0.37% 0.31% -
HSV(B) 83.79º 0.54% 0.42% -
XYZ 9.47 12.62 4.84 -
YUV 93.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 84 107 49 0.21 0 0.54 0.58 83.79 0.37 0.31
Hex 54 6B 31 15 0 36 3A 54 25 1F
Octal 124 153 61 25 0 66 72 124 45 37
Binary 1010100 1101011 110001 10101 0 110110 111010 1010100 100101 11111

Color Harmonies of #546B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546B31

Black with #546B31

Text Example


Text Example

White with #546B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #546B31;
 }
 .AnyTagClassName
 {
   color: #546B31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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