#505A30

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

Shades of Saratoga #505A30

Tints of Saratoga #505A30

Color information

#505A30 (or 0x505A30) is unknown color: approx Saratoga. HEX triplet: 50, 5A and 30. RGB value is (80,90,48). Sum of RGB (Red+Green+Blue) = 80+90+48=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #505A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A30 is #AFA5CF. Grayscale: #525252. Windows color (decimal): -11511248 or 3168848. OLE color: 3168848.

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

Color convert

RGB809048-
CMYK0.1100.470.65
HSL74.29º30.43%27.06%-
HSV(B)74.29º46.67%35.29%-
XYZ7.59.234.18-
YUV82.22108.69126.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=36.70%
G=41.28%
B=22.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090480.1100.470.6574.2930.4327.06
Hex505A30B02F414a1e1b
Octal12013260130571011123633
Binary1010000101101011000010110101111100000110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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