Html Css Color HEX #546331 Dark Olive Green

📋 copy color: '#546331'

red 84 ◦ green 99 ◦ blue 49

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

Shades of Dark Olive Green #546331

Tints of Dark Olive Green #546331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 36.21%
G = 42.67%
B = 21.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#546331 (or 0x546331) is known color: Dark Olive Green. HEX triplet: 54, 63 and 31. RGB value is (84,99,49). Sum of RGB (Red+Green+Blue) = 84+99+49=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #546331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546331 is #AB9CCE. Grayscale: #595959. Windows color (decimal): -11246799 or 3236692. OLE color: 3236692.

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

Color convert

RGB 84 99 49 -
CMYK 0.15 0 0.51 0.61
HSL 78º 0.34% 0.29% -
HSV(B) 78º 0.51% 0.39% -
XYZ 8.67 11.03 4.58 -
YUV 88.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 84 99 49 0.15 0 0.51 0.61 78 0.34 0.29
Hex 54 63 31 F 0 33 3D 4E 22 1D
Octal 124 143 61 17 0 63 75 116 42 35
Binary 1010100 1100011 110001 1111 0 110011 111101 1001110 100010 11101

Color Harmonies of #546331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546331

Black with #546331

Text Example


Text Example

White with #546331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546331; }

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

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

background-color css

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

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

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

border-color css

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

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

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