#556032

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

Shades of Saratoga #556032

Tints of Saratoga #556032

Color information

#556032 (or 0x556032) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 32. RGB value is (85,96,50). Sum of RGB (Red+Green+Blue) = 85+96+50=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #556032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556032 is #AA9FCD. Grayscale: #575757. Windows color (decimal): -11182030 or 3301461. OLE color: 3301461.

HSL color Cylindrical-coordinate representation of color #556032: hue angle of 74.35º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556032 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB859650-
CMYK0.1100.480.62
HSL74.35º31.51%28.63%-
HSV(B)74.35º47.92%37.65%-
XYZ8.510.534.6-
YUV87.47106.86126.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=36.80%
G=41.56%
B=21.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596500.1100.480.6274.3531.5128.63
Hex556032B0303E4a201d
Octal1251406213060761124035
Binary1010101110000011001010110110000111110100101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556032; }

 p { color: rgb(85,96,50); }

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

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

 a { background-color: rgb(85,96,50); }

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

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

 span { border-color: rgb(85,96,50); }

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