#546228

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

Shades of Saratoga #546228

Tints of Saratoga #546228

Color information

#546228 (or 0x546228) is unknown color: approx Saratoga. HEX triplet: 54, 62 and 28. RGB value is (84,98,40). Sum of RGB (Red+Green+Blue) = 84+98+40=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #546228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546228 is #AB9DD7. Grayscale: #575757. Windows color (decimal): -11247064 or 2646612. OLE color: 2646612.

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

Color convert

RGB849840-
CMYK0.1400.590.62
HSL74.48º42.03%27.06%-
HSV(B)74.48º59.18%38.43%-
XYZ8.4110.773.64-
YUV87.2101.36125.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 40 (16.02% from 255) = 18.02%
R=37.84%
G=44.14%
B=18.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498400.1400.590.6274.4842.0327.06
Hex546228E03B3E4a2a1b
Octal1241425016073761125233
Binary1010100110001010100011100111011111110100101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546228; }

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

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

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

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

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

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

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

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