#505930

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

Shades of Saratoga #505930

Tints of Saratoga #505930

Color information

#505930 (or 0x505930) is unknown color: approx Saratoga. HEX triplet: 50, 59 and 30. RGB value is (80,89,48). Sum of RGB (Red+Green+Blue) = 80+89+48=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #505930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505930 is #AFA6CF. Grayscale: #515151. Windows color (decimal): -11511504 or 3168592. OLE color: 3168592.

HSL color Cylindrical-coordinate representation of color #505930: hue angle of 73.17º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505930 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB808948-
CMYK0.1000.460.65
HSL73.17º29.93%26.86%-
HSV(B)73.17º46.07%34.9%-
XYZ7.419.064.15-
YUV81.63109.02126.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=36.87%
G=41.01%
B=22.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089480.1000.460.6573.1729.9326.86
Hex505930A02E41491e1b
Octal12013160120561011113633
Binary1010000101100111000010100101110100000110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505930; }

 p { color: rgb(80,89,48); }

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

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

 a { background-color: rgb(80,89,48); }

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

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

 span { border-color: rgb(80,89,48); }

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