#5A6128

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

Shades of Saratoga #5A6128

Tints of Saratoga #5A6128

Color information

#5A6128 (or 0x5A6128) is unknown color: approx Saratoga. HEX triplet: 5A, 61 and 28. RGB value is (90,97,40). Sum of RGB (Red+Green+Blue) = 90+97+40=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6128 is #A59ED7. Grayscale: #585858. Windows color (decimal): -10854104 or 2646362. OLE color: 2646362.

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

Color convert

RGB909740-
CMYK0.0700.590.62
HSL67.37º41.61%26.86%-
HSV(B)67.37º58.76%38.04%-
XYZ8.8710.883.64-
YUV88.41100.68129.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=39.65%
G=42.73%
B=17.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097400.0700.590.6267.3741.6126.86
Hex5A6128703B3E432a1b
Octal132141507073761035233
Binary101101011000011010001110111011111110100001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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