#556427

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

Shades of Saratoga #556427

Tints of Saratoga #556427

Color information

#556427 (or 0x556427) is unknown color: approx Saratoga. HEX triplet: 55, 64 and 27. RGB value is (85,100,39). Sum of RGB (Red+Green+Blue) = 85+100+39=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #556427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556427 is #AA9BD8. Grayscale: #585858. Windows color (decimal): -11181017 or 2581589. OLE color: 2581589.

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

Color convert

RGB8510039-
CMYK0.1500.610.61
HSL74.75º43.88%27.25%-
HSV(B)74.75º61%39.22%-
XYZ8.6711.193.62-
YUV88.56100.03125.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=37.95%
G=44.64%
B=17.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100390.1500.610.6174.7543.8827.25
Hex556427F03D3D4b2c1b
Octal1251444717075751135433
Binary1010101110010010011111110111101111101100101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556427; }

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

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

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

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

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

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

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

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