#515C34

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

Shades of Saratoga #515C34

Tints of Saratoga #515C34

Color information

#515C34 (or 0x515C34) is unknown color: approx Saratoga. HEX triplet: 51, 5C and 34. RGB value is (81,92,52). Sum of RGB (Red+Green+Blue) = 81+92+52=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #515C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C34 is #AEA3CB. Grayscale: #545454. Windows color (decimal): -11445196 or 3431505. OLE color: 3431505.

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

Color convert

RGB819252-
CMYK0.1200.430.64
HSL76.5º27.78%28.24%-
HSV(B)76.5º43.48%36.08%-
XYZ7.849.654.7-
YUV84.15109.86125.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=36%
G=40.89%
B=23.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192520.1200.430.6476.527.7828.24
Hex515C34C02B404c1c1c
Octal12113464140531001143434
Binary1010001101110011010011000101011100000010011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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