#515C30

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

Shades of Saratoga #515C30

Tints of Saratoga #515C30

Color information

#515C30 (or 0x515C30) is unknown color: approx Saratoga. HEX triplet: 51, 5C and 30. RGB value is (81,92,48). Sum of RGB (Red+Green+Blue) = 81+92+48=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #515C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C30 is #AEA3CF. Grayscale: #535353. Windows color (decimal): -11445200 or 3169361. OLE color: 3169361.

HSL color Cylindrical-coordinate representation of color #515C30: hue angle of 75º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515C30 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB819248-
CMYK0.1200.480.64
HSL75º31.43%27.45%-
HSV(B)75º47.83%36.08%-
XYZ7.759.624.24-
YUV83.7107.86126.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=36.65%
G=41.63%
B=21.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192480.1200.480.647531.4327.45
Hex515C30C030404b1f1b
Octal12113460140601001133733
Binary1010001101110011000011000110000100000010010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,48); }

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

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

 a { background-color: rgb(81,92,48); }

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

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

 span { border-color: rgb(81,92,48); }

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