#546024

Color #546024 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #546024

Tints of Saratoga #546024

Color information

#546024 (or 0x546024) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 24. RGB value is (84,96,36). Sum of RGB (Red+Green+Blue) = 84+96+36=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #546024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546024 is #AB9FDB. Grayscale: #555555. Windows color (decimal): -11247580 or 2383956. OLE color: 2383956.

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

Color convert

RGB849636-
CMYK0.1200.620.62
HSL72º45.45%25.88%-
HSV(B)72º62.5%37.65%-
XYZ8.1610.383.24-
YUV85.57100.02126.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=38.89%
G=44.44%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496360.1200.620.627245.4525.88
Hex546024C03E3E482d1a
Octal1241404414076761105532
Binary1010100110000010010011000111110111110100100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546024; }

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

 H1.HeaderClassName
 {
   color: #546024;
 }
 .AnyTagClassName
 {
   color: #546024;
 }
</style>
background-color css

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

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

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

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

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

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