#5A6226

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

Shades of Saratoga #5A6226

Tints of Saratoga #5A6226

Color information

#5A6226 (or 0x5A6226) is unknown color: approx Saratoga. HEX triplet: 5A, 62 and 26. RGB value is (90,98,38). Sum of RGB (Red+Green+Blue) = 90+98+38=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6226 is #A59DD9. Grayscale: #595959. Windows color (decimal): -10853850 or 2515546. OLE color: 2515546.

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

Color convert

RGB909838-
CMYK0.0800.610.62
HSL68º44.12%26.67%-
HSV(B)68º61.22%38.43%-
XYZ8.9311.053.5-
YUV88.7799.35128.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=39.82%
G=43.36%
B=16.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098380.0800.610.626844.1226.67
Hex5A6226803D3E442c1b
Octal1321424610075761045433
Binary1011010110001010011010000111101111110100010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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