#556226

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

Shades of Saratoga #556226

Tints of Saratoga #556226

Color information

#556226 (or 0x556226) is unknown color: approx Saratoga. HEX triplet: 55, 62 and 26. RGB value is (85,98,38). Sum of RGB (Red+Green+Blue) = 85+98+38=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #556226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556226 is #AA9DD9. Grayscale: #575757. Windows color (decimal): -11181530 or 2515541. OLE color: 2515541.

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

Color convert

RGB859838-
CMYK0.1300.610.62
HSL73º44.12%26.67%-
HSV(B)73º61.22%38.43%-
XYZ8.4610.813.47-
YUV87.27100.19126.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=38.46%
G=44.34%
B=17.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598380.1300.610.627344.1226.67
Hex556226D03D3E492c1b
Octal1251424615075761115433
Binary1010101110001010011011010111101111110100100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556226; }

 p { color: rgb(85,98,38); }

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

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

 a { background-color: rgb(85,98,38); }

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

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

 span { border-color: rgb(85,98,38); }

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