Html Css Color HEX #546420 Saratoga

📋 copy color: '#546420'

red 84 ◦ green 100 ◦ blue 32

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

Shades of Saratoga #546420

Tints of Saratoga #546420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

 BLUE value IS 32 (12.89% from 255) = 14.81%

R = 38.89%
G = 46.3%
B = 14.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#546420 (or 0x546420) is known color: Saratoga. HEX triplet: 54, 64 and 20. RGB value is (84,100,32). Sum of RGB (Red+Green+Blue) = 84+100+32=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #546420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546420 is #AB9BDF. Grayscale: #575757. Windows color (decimal): -11246560 or 2122836. OLE color: 2122836.

HSL color Cylindrical-coordinate representation of color #546420: hue angle of 74.12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #546420 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 100 32 -
CMYK 0.16 0 0.68 0.61
HSL 74.12º 0.52% 0.26% -
HSV(B) 74.12º 0.68% 0.39% -
XYZ 8.47 11.1 3.06 -
YUV 87.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 84 100 32 0.16 0 0.68 0.61 74.12 0.52 0.26
Hex 54 64 20 10 0 44 3D 4A 34 1A
Octal 124 144 40 20 0 104 75 112 64 32
Binary 1010100 1100100 100000 10000 0 1000100 111101 1001010 110100 11010

Color Harmonies of #546420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546420

Black with #546420

Text Example


Text Example

White with #546420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546420; }

 p { color: rgb(84,100,32); }

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

background-color css

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

 a { background-color: rgb(84,100,32); }

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

border-color css

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

 span { border-color: rgb(84,100,32); }

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