#556028

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

Shades of Saratoga #556028

Tints of Saratoga #556028

Color information

#556028 (or 0x556028) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 28. RGB value is (85,96,40). Sum of RGB (Red+Green+Blue) = 85+96+40=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #556028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556028 is #AA9FD7. Grayscale: #565656. Windows color (decimal): -11182040 or 2646101. OLE color: 2646101.

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

Color convert

RGB859640-
CMYK0.1100.580.62
HSL71.79º41.18%26.67%-
HSV(B)71.79º58.33%37.65%-
XYZ8.3110.453.59-
YUV86.33101.86127.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=38.46%
G=43.44%
B=18.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596400.1100.580.6271.7941.1826.67
Hex556028B03A3E48291b
Octal1251405013072761105133
Binary1010101110000010100010110111010111110100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556028; }

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

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

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

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

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

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

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

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