#5A6231

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

Shades of Saratoga #5A6231

Tints of Saratoga #5A6231

Color information

#5A6231 (or 0x5A6231) is unknown color: approx Saratoga. HEX triplet: 5A, 62 and 31. RGB value is (90,98,49). Sum of RGB (Red+Green+Blue) = 90+98+49=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6231 is #A59DCE. Grayscale: #5A5A5A. Windows color (decimal): -10853839 or 3236442. OLE color: 3236442.

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

Color convert

RGB909849-
CMYK0.0800.50.62
HSL69.8º33.33%28.82%-
HSV(B)69.8º50%38.43%-
XYZ9.1411.134.57-
YUV90.02104.85127.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=37.97%
G=41.35%
B=20.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098490.0800.50.6269.833.3328.82
Hex5A623180323E46211d
Octal1321426110062761064135
Binary1011010110001011000110000110010111110100011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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