#546328

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

Shades of Saratoga #546328

Tints of Saratoga #546328

Color information

#546328 (or 0x546328) is unknown color: approx Saratoga. HEX triplet: 54, 63 and 28. RGB value is (84,99,40). Sum of RGB (Red+Green+Blue) = 84+99+40=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #546328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546328 is #AB9CD7. Grayscale: #585858. Windows color (decimal): -11246808 or 2646868. OLE color: 2646868.

HSL color Cylindrical-coordinate representation of color #546328: hue angle of 75.25º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #546328 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB849940-
CMYK0.1500.600.61
HSL75.25º42.45%27.25%-
HSV(B)75.25º59.6%38.82%-
XYZ8.510.963.68-
YUV87.79101.03125.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=37.67%
G=44.39%
B=17.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499400.1500.600.6175.2542.4527.25
Hex546328F03C3D4b2a1b
Octal1241435017074751135233
Binary1010100110001110100011110111100111101100101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546328; }

 p { color: rgb(84,99,40); }

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

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

 a { background-color: rgb(84,99,40); }

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

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

 span { border-color: rgb(84,99,40); }

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