Html Css Color HEX #546831 Dark Olive Green

📋 copy color: '#546831'

red 84 ◦ green 104 ◦ blue 49

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

Shades of Dark Olive Green #546831

Tints of Dark Olive Green #546831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

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

R = 35.44%
G = 43.88%
B = 20.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#546831 (or 0x546831) is known color: Dark Olive Green. HEX triplet: 54, 68 and 31. RGB value is (84,104,49). Sum of RGB (Red+Green+Blue) = 84+104+49=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #546831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546831 is #AB97CE. Grayscale: #5B5B5B. Windows color (decimal): -11245519 or 3237972. OLE color: 3237972.

HSL color Cylindrical-coordinate representation of color #546831: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #546831 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 104 49 -
CMYK 0.19 0 0.53 0.59
HSL 81.82º 0.36% 0.3% -
HSV(B) 81.82º 0.53% 0.41% -
XYZ 9.16 12.01 4.74 -
YUV 91.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 84 104 49 0.19 0 0.53 0.59 81.82 0.36 0.3
Hex 54 68 31 13 0 35 3B 52 24 1E
Octal 124 150 61 23 0 65 73 122 44 36
Binary 1010100 1101000 110001 10011 0 110101 111011 1010010 100100 11110

Color Harmonies of #546831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546831

Black with #546831

Text Example


Text Example

White with #546831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546831; }

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

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

background-color css

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

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

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

border-color css

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

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

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