#5A6020

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

Shades of Saratoga #5A6020

Tints of Saratoga #5A6020

Color information

#5A6020 (or 0x5A6020) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 20. RGB value is (90,96,32). Sum of RGB (Red+Green+Blue) = 90+96+32=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6020 is #A59FDF. Grayscale: #575757. Windows color (decimal): -10854368 or 2121818. OLE color: 2121818.

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

Color convert

RGB909632-
CMYK0.0600.670.62
HSL65.62º50%25.1%-
HSV(B)65.62º66.67%37.65%-
XYZ8.6610.642.96-
YUV86.9197.01130.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=41.28%
G=44.04%
B=14.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096320.0600.670.6265.625025.1
Hex5A602060433E423219
Octal1321404060103761026231
Binary1011010110000010000011001000011111110100001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,32); }

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

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

 a { background-color: rgb(90,96,32); }

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

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

 span { border-color: rgb(90,96,32); }

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