#505D24

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

Shades of Saratoga #505D24

Tints of Saratoga #505D24

Color information

#505D24 (or 0x505D24) is unknown color: approx Saratoga. HEX triplet: 50, 5D and 24. RGB value is (80,93,36). Sum of RGB (Red+Green+Blue) = 80+93+36=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #505D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D24 is #AFA2DB. Grayscale: #525252. Windows color (decimal): -11510492 or 2383184. OLE color: 2383184.

HSL color Cylindrical-coordinate representation of color #505D24: hue angle of 73.68º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505D24 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB809336-
CMYK0.1400.610.64
HSL73.68º44.19%25.29%-
HSV(B)73.68º61.29%36.47%-
XYZ7.549.663.14-
YUV82.62101.69126.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=38.28%
G=44.50%
B=17.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093360.1400.610.6473.6844.1925.29
Hex505D24E03D404a2c19
Octal12013544160751001125431
Binary10100001011101100100111001111011000000100101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505D24; }

 p { color: rgb(80,93,36); }

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

<style>
 a { background-color: #505D24; }

 a { background-color: rgb(80,93,36); }

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

<style>
 span { border-color: #505D24; }

 span { border-color: rgb(80,93,36); }

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