#5A6036

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

Shades of Saratoga #5A6036

Tints of Saratoga #5A6036

Color information

#5A6036 (or 0x5A6036) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 36. RGB value is (90,96,54). Sum of RGB (Red+Green+Blue) = 90+96+54=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6036 is #A59FC9. Grayscale: #595959. Windows color (decimal): -10854346 or 3563610. OLE color: 3563610.

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

Color convert

RGB909654-
CMYK0.0600.440.62
HSL68.57º28%29.41%-
HSV(B)68.57º43.75%37.65%-
XYZ9.0710.815.1-
YUV89.42108.01128.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 54 (21.48% from 255) = 22.5%
R=37.5%
G=40%
B=22.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096540.0600.440.6268.572829.41
Hex5A6036602C3E451c1d
Octal132140666054761053435
Binary10110101100000110110110010110011111010001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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