#515B28

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

Shades of Saratoga #515B28

Tints of Saratoga #515B28

Color information

#515B28 (or 0x515B28) is unknown color: approx Saratoga. HEX triplet: 51, 5B and 28. RGB value is (81,91,40). Sum of RGB (Red+Green+Blue) = 81+91+40=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #515B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B28 is #AEA4D7. Grayscale: #525252. Windows color (decimal): -11445464 or 2644817. OLE color: 2644817.

HSL color Cylindrical-coordinate representation of color #515B28: hue angle of 71.76º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515B28 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB819140-
CMYK0.1100.560.64
HSL71.76º38.93%25.69%-
HSV(B)71.76º56.04%35.69%-
XYZ7.529.383.42-
YUV82.2104.19127.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=38.21%
G=42.92%
B=18.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8191400.1100.560.6471.7638.9325.69
Hex515B28B0384048271a
Octal12113350130701001104732
Binary10100011011011101000101101110001000000100100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515B28; }

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

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

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

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

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

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

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

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