Html Css Color HEX #546224 Saratoga

📋 copy color: '#546224'

red 84 ◦ green 98 ◦ blue 36

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

Shades of Saratoga #546224

Tints of Saratoga #546224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 38.53%
G = 44.95%
B = 16.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#546224 (or 0x546224) is known color: Saratoga. HEX triplet: 54, 62 and 24. RGB value is (84,98,36). Sum of RGB (Red+Green+Blue) = 84+98+36=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #546224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546224 is #AB9DDB. Grayscale: #565656. Windows color (decimal): -11247068 or 2384468. OLE color: 2384468.

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

Color convert

RGB 84 98 36 -
CMYK 0.14 0 0.63 0.62
HSL 73.55º 0.46% 0.26% -
HSV(B) 73.55º 0.63% 0.38% -
XYZ 8.34 10.75 3.3 -
YUV 86.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 84 98 36 0.14 0 0.63 0.62 73.55 0.46 0.26
Hex 54 62 24 E 0 3F 3E 4A 2E 1A
Octal 124 142 44 16 0 77 76 112 56 32
Binary 1010100 1100010 100100 1110 0 111111 111110 1001010 101110 11010

Color Harmonies of #546224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546224

Black with #546224

Text Example


Text Example

White with #546224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546224; }

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

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

background-color css

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

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

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

border-color css

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

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

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