#555A24

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

Shades of Saratoga #555A24

Tints of Saratoga #555A24

Color information

#555A24 (or 0x555A24) is unknown color: approx Saratoga. HEX triplet: 55, 5A and 24. RGB value is (85,90,36). Sum of RGB (Red+Green+Blue) = 85+90+36=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #555A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A24 is #AAA5DB. Grayscale: #525252. Windows color (decimal): -11183580 or 2382421. OLE color: 2382421.

HSL color Cylindrical-coordinate representation of color #555A24: hue angle of 65.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555A24 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB859036-
CMYK0.0600.600.65
HSL65.56º42.86%24.71%-
HSV(B)65.56º60%35.29%-
XYZ7.729.373.07-
YUV82.35101.84129.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=40.28%
G=42.65%
B=17.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590360.0600.600.6565.5642.8624.71
Hex555A24603C41422b19
Octal1251324460741011025331
Binary1010101101101010010011001111001000001100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A24; }

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

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

<style>
 a { background-color: #555A24; }

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

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

<style>
 span { border-color: #555A24; }

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

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