#556033

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

Shades of Saratoga #556033

Tints of Saratoga #556033

Color information

#556033 (or 0x556033) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 33. RGB value is (85,96,51). Sum of RGB (Red+Green+Blue) = 85+96+51=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #556033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556033 is #AA9FCC. Grayscale: #575757. Windows color (decimal): -11182029 or 3366997. OLE color: 3366997.

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

Color convert

RGB859651-
CMYK0.1100.470.62
HSL74.67º30.61%28.82%-
HSV(B)74.67º46.88%37.65%-
XYZ8.5310.544.72-
YUV87.58107.36126.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=36.64%
G=41.38%
B=21.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596510.1100.470.6274.6730.6128.82
Hex556033B02F3E4b1f1d
Octal1251406313057761133735
Binary101010111000001100111011010111111111010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556033; }

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

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

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

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

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

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

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

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