#546325

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

Shades of Saratoga #546325

Tints of Saratoga #546325

Color information

#546325 (or 0x546325) is unknown color: approx Saratoga. HEX triplet: 54, 63 and 25. RGB value is (84,99,37). Sum of RGB (Red+Green+Blue) = 84+99+37=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #546325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546325 is #AB9CDA. Grayscale: #575757. Windows color (decimal): -11246811 or 2450260. OLE color: 2450260.

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

Color convert

RGB849937-
CMYK0.1500.630.61
HSL74.52º45.59%26.67%-
HSV(B)74.52º62.63%38.82%-
XYZ8.4510.943.42-
YUV87.4599.53125.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=38.18%
G=45%
B=16.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499370.1500.630.6174.5245.5926.67
Hex546325F03F3D4b2e1b
Octal1241434517077751135633
Binary1010100110001110010111110111111111101100101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546325; }

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

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

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

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

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

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

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

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