#5A6021

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

Shades of Saratoga #5A6021

Tints of Saratoga #5A6021

Color information

#5A6021 (or 0x5A6021) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 21. RGB value is (90,96,33). Sum of RGB (Red+Green+Blue) = 90+96+33=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6021 is #A59FDE. Grayscale: #575757. Windows color (decimal): -10854367 or 2187354. OLE color: 2187354.

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

Color convert

RGB909633-
CMYK0.0600.660.62
HSL65.71º48.84%25.29%-
HSV(B)65.71º65.62%37.65%-
XYZ8.6710.653.04-
YUV87.0297.51130.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=41.10%
G=43.84%
B=15.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096330.0600.660.6265.7148.8425.29
Hex5A602160423E423119
Octal1321404160102761026131
Binary1011010110000010000111001000010111110100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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