#5A6227

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

Shades of Saratoga #5A6227

Tints of Saratoga #5A6227

Color information

#5A6227 (or 0x5A6227) is unknown color: approx Saratoga. HEX triplet: 5A, 62 and 27. RGB value is (90,98,39). Sum of RGB (Red+Green+Blue) = 90+98+39=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6227 is #A59DD8. Grayscale: #595959. Windows color (decimal): -10853849 or 2581082. OLE color: 2581082.

HSL color Cylindrical-coordinate representation of color #5A6227: hue angle of 68.14º 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 #5A6227 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB909839-
CMYK0.0800.600.62
HSL68.14º43.07%26.86%-
HSV(B)68.14º60.2%38.43%-
XYZ8.9511.063.58-
YUV88.8899.85128.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=39.65%
G=43.17%
B=17.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098390.0800.600.6268.1443.0726.86
Hex5A6227803C3E442b1b
Octal1321424710074761045333
Binary1011010110001010011110000111100111110100010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6227; }

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

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

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

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

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

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

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

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