#556227

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

Shades of Saratoga #556227

Tints of Saratoga #556227

Color information

#556227 (or 0x556227) is unknown color: approx Saratoga. HEX triplet: 55, 62 and 27. RGB value is (85,98,39). Sum of RGB (Red+Green+Blue) = 85+98+39=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #556227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556227 is #AA9DD8. Grayscale: #575757. Windows color (decimal): -11181529 or 2581077. OLE color: 2581077.

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

Color convert

RGB859839-
CMYK0.1300.600.62
HSL73.22º43.07%26.86%-
HSV(B)73.22º60.2%38.43%-
XYZ8.4810.813.56-
YUV87.39100.69126.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=38.29%
G=44.14%
B=17.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598390.1300.600.6273.2243.0726.86
Hex556227D03C3E492b1b
Octal1251424715074761115333
Binary1010101110001010011111010111100111110100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556227; }

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

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

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

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

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

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

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

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