Html Css Color HEX #546230 Dark Olive Green

📋 copy color: '#546230'

red 84 ◦ green 98 ◦ blue 48

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

Shades of Dark Olive Green #546230

Tints of Dark Olive Green #546230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 36.52%
G = 42.61%
B = 20.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#546230 (or 0x546230) is known color: Dark Olive Green. HEX triplet: 54, 62 and 30. RGB value is (84,98,48). Sum of RGB (Red+Green+Blue) = 84+98+48=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #546230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546230 is #AB9DCF. Grayscale: #585858. Windows color (decimal): -11247056 or 3170900. OLE color: 3170900.

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

Color convert

RGB 84 98 48 -
CMYK 0.14 0 0.51 0.62
HSL 76.8º 0.34% 0.29% -
HSV(B) 76.8º 0.51% 0.38% -
XYZ 8.56 10.83 4.44 -
YUV 88.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 84 98 48 0.14 0 0.51 0.62 76.8 0.34 0.29
Hex 54 62 30 E 0 33 3E 4D 22 1D
Octal 124 142 60 16 0 63 76 115 42 35
Binary 1010100 1100010 110000 1110 0 110011 111110 1001101 100010 11101

Color Harmonies of #546230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546230

Black with #546230

Text Example


Text Example

White with #546230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546230; }

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

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

background-color css

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

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

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

border-color css

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

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

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