#5A6225

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

Shades of Saratoga #5A6225

Tints of Saratoga #5A6225

Color information

#5A6225 (or 0x5A6225) is unknown color: approx Saratoga. HEX triplet: 5A, 62 and 25. RGB value is (90,98,37). Sum of RGB (Red+Green+Blue) = 90+98+37=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6225 is #A59DDA. Grayscale: #585858. Windows color (decimal): -10853851 or 2450010. OLE color: 2450010.

HSL color Cylindrical-coordinate representation of color #5A6225: hue angle of 67.87º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6225 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB909837-
CMYK0.0800.620.62
HSL67.87º45.19%26.47%-
HSV(B)67.87º62.24%38.43%-
XYZ8.9211.043.41-
YUV88.6598.85128.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=40%
G=43.56%
B=16.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098370.0800.620.6267.8745.1926.47
Hex5A6225803E3E442d1a
Octal1321424510076761045532
Binary1011010110001010010110000111110111110100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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