#556027

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

Shades of Saratoga #556027

Tints of Saratoga #556027

Color information

#556027 (or 0x556027) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 27. RGB value is (85,96,39). Sum of RGB (Red+Green+Blue) = 85+96+39=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #556027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556027 is #AA9FD8. Grayscale: #565656. Windows color (decimal): -11182041 or 2580565. OLE color: 2580565.

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

Color convert

RGB859639-
CMYK0.1100.590.62
HSL71.58º42.22%26.47%-
HSV(B)71.58º59.38%37.65%-
XYZ8.310.443.5-
YUV86.21101.36127.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=38.64%
G=43.64%
B=17.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596390.1100.590.6271.5842.2226.47
Hex556027B03B3E482a1a
Octal1251404713073761105232
Binary1010101110000010011110110111011111110100100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556027; }

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

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

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

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

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

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

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

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