#546124

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

Shades of Saratoga #546124

Tints of Saratoga #546124

Color information

#546124 (or 0x546124) is unknown color: approx Saratoga. HEX triplet: 54, 61 and 24. RGB value is (84,97,36). Sum of RGB (Red+Green+Blue) = 84+97+36=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #546124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546124 is #AB9EDB. Grayscale: #565656. Windows color (decimal): -11247324 or 2384212. OLE color: 2384212.

HSL color Cylindrical-coordinate representation of color #546124: hue angle of 72.79º 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 #546124 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB849736-
CMYK0.1300.630.62
HSL72.79º45.86%26.08%-
HSV(B)72.79º62.89%38.04%-
XYZ8.2510.563.27-
YUV86.1699.69126.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=38.71%
G=44.70%
B=16.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497360.1300.630.6272.7945.8626.08
Hex546124D03F3E492e1a
Octal1241414415077761115632
Binary1010100110000110010011010111111111110100100110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546124; }

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

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

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

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

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

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

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

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