#515428

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

Shades of Saratoga #515428

Tints of Saratoga #515428

Color information

#515428 (or 0x515428) is unknown color: approx Saratoga. HEX triplet: 51, 54 and 28. RGB value is (81,84,40). Sum of RGB (Red+Green+Blue) = 81+84+40=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #515428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515428 is #AEABD7. Grayscale: #4E4E4E. Windows color (decimal): -11447256 or 2643025. OLE color: 2643025.

HSL color Cylindrical-coordinate representation of color #515428: hue angle of 64.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515428 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB818440-
CMYK0.0400.520.67
HSL64.09º35.48%24.31%-
HSV(B)64.09º52.38%32.94%-
XYZ6.958.243.23-
YUV78.09106.51130.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.51%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=39.51%
G=40.98%
B=19.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184400.0400.520.6764.0935.4824.31
Hex515428403443402318
Octal1211245040641031004330
Binary1010001101010010100010001101001000011100000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515428; }

 p { color: rgb(81,84,40); }

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

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

 a { background-color: rgb(81,84,40); }

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

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

 span { border-color: rgb(81,84,40); }

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