#5A6028

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

Shades of Saratoga #5A6028

Tints of Saratoga #5A6028

Color information

#5A6028 (or 0x5A6028) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 28. RGB value is (90,96,40). Sum of RGB (Red+Green+Blue) = 90+96+40=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6028 is #A59FD7. Grayscale: #585858. Windows color (decimal): -10854360 or 2646106. OLE color: 2646106.

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

Color convert

RGB909640-
CMYK0.0600.580.62
HSL66.43º41.18%26.67%-
HSV(B)66.43º58.33%37.65%-
XYZ8.7810.693.61-
YUV87.82101.01129.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=39.82%
G=42.48%
B=17.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096400.0600.580.6266.4341.1826.67
Hex5A6028603A3E42291b
Octal132140506072761025133
Binary101101011000001010001100111010111110100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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