Html Css Color HEX #546825 Dark Olive Green

📋 copy color: '#546825'

red 84 ◦ green 104 ◦ blue 37

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

Shades of Dark Olive Green #546825

Tints of Dark Olive Green #546825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 37.33%
G = 46.22%
B = 16.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#546825 (or 0x546825) is known color: Dark Olive Green. HEX triplet: 54, 68 and 25. RGB value is (84,104,37). Sum of RGB (Red+Green+Blue) = 84+104+37=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #546825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546825 is #AB97DA. Grayscale: #5A5A5A. Windows color (decimal): -11245531 or 2451540. OLE color: 2451540.

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

Color convert

RGB 84 104 37 -
CMYK 0.19 0 0.64 0.59
HSL 77.91º 0.48% 0.28% -
HSV(B) 77.91º 0.64% 0.41% -
XYZ 8.94 11.92 3.58 -
YUV 90.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 84 104 37 0.19 0 0.64 0.59 77.91 0.48 0.28
Hex 54 68 25 13 0 40 3B 4E 30 1C
Octal 124 150 45 23 0 100 73 116 60 34
Binary 1010100 1101000 100101 10011 0 1000000 111011 1001110 110000 11100

Color Harmonies of #546825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546825

Black with #546825

Text Example


Text Example

White with #546825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546825; }

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

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

background-color css

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

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

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

border-color css

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

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

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