#506024

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

Shades of Saratoga #506024

Tints of Saratoga #506024

Color information

#506024 (or 0x506024) is unknown color: approx Saratoga. HEX triplet: 50, 60 and 24. RGB value is (80,96,36). Sum of RGB (Red+Green+Blue) = 80+96+36=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #506024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506024 is #AF9FDB. Grayscale: #545454. Windows color (decimal): -11509724 or 2383952. OLE color: 2383952.

HSL color Cylindrical-coordinate representation of color #506024: hue angle of 76º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506024 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB809636-
CMYK0.1700.620.62
HSL76º45.45%25.88%-
HSV(B)76º62.5%37.65%-
XYZ7.8110.23.23-
YUV84.38100.7124.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=37.74%
G=45.28%
B=16.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096360.1700.620.627645.4525.88
Hex5060241103E3E4c2d1a
Octal1201404421076761145532
Binary10100001100000100100100010111110111110100110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506024; }

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

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

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

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

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

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

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

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