#556324

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

Shades of Saratoga #556324

Tints of Saratoga #556324

Color information

#556324 (or 0x556324) is unknown color: approx Saratoga. HEX triplet: 55, 63 and 24. RGB value is (85,99,36). Sum of RGB (Red+Green+Blue) = 85+99+36=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #556324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556324 is #AA9CDB. Grayscale: #575757. Windows color (decimal): -11181276 or 2384725. OLE color: 2384725.

HSL color Cylindrical-coordinate representation of color #556324: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556324 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB859936-
CMYK0.1400.640.61
HSL73.33º46.67%26.47%-
HSV(B)73.33º63.64%38.82%-
XYZ8.5310.983.34-
YUV87.6398.86126.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=38.64%
G=45%
B=16.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599360.1400.640.6173.3346.6726.47
Hex556324E0403D492f1a
Octal12514344160100751115732
Binary10101011100011100100111001000000111101100100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556324; }

 p { color: rgb(85,99,36); }

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

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

 a { background-color: rgb(85,99,36); }

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

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

 span { border-color: rgb(85,99,36); }

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