#5A6024

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

Shades of Saratoga #5A6024

Tints of Saratoga #5A6024

Color information

#5A6024 (or 0x5A6024) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 24. RGB value is (90,96,36). Sum of RGB (Red+Green+Blue) = 90+96+36=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6024 is #A59FDB. Grayscale: #575757. Windows color (decimal): -10854364 or 2383962. OLE color: 2383962.

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

Color convert

RGB909636-
CMYK0.0600.620.62
HSL66º45.45%25.88%-
HSV(B)66º62.5%37.65%-
XYZ8.7210.673.27-
YUV87.3799.01129.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=40.54%
G=43.24%
B=16.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096360.0600.620.626645.4525.88
Hex5A6024603E3E422d1a
Octal132140446076761025532
Binary101101011000001001001100111110111110100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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