Html Css Color HEX #546231 Dark Olive Green

📋 copy color: '#546231'

red 84 ◦ green 98 ◦ blue 49

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

Shades of Dark Olive Green #546231

Tints of Dark Olive Green #546231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 36.36%
G = 42.42%
B = 21.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#546231 (or 0x546231) is known color: Dark Olive Green. HEX triplet: 54, 62 and 31. RGB value is (84,98,49). Sum of RGB (Red+Green+Blue) = 84+98+49=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #546231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546231 is #AB9DCE. Grayscale: #585858. Windows color (decimal): -11247055 or 3236436. OLE color: 3236436.

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

Color convert

RGB 84 98 49 -
CMYK 0.14 0 0.5 0.62
HSL 77.14º 0.33% 0.29% -
HSV(B) 77.14º 0.5% 0.38% -
XYZ 8.58 10.84 4.55 -
YUV 88.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 84 98 49 0.14 0 0.5 0.62 77.14 0.33 0.29
Hex 54 62 31 E 0 32 3E 4D 21 1D
Octal 124 142 61 16 0 62 76 115 41 35
Binary 1010100 1100010 110001 1110 0 110010 111110 1001101 100001 11101

Color Harmonies of #546231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546231

Black with #546231

Text Example


Text Example

White with #546231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546231; }

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

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

background-color css

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

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

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

border-color css

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

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

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