#515C47

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

Shades of Cabbage Pont #515C47

Tints of Cabbage Pont #515C47

Color information

#515C47 (or 0x515C47) is unknown color: approx Cabbage Pont. HEX triplet: 51, 5C and 47. RGB value is (81,92,71). Sum of RGB (Red+Green+Blue) = 81+92+71=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #515C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C47 is #AEA3B8. Grayscale: #565656. Windows color (decimal): -11445177 or 4676689. OLE color: 4676689.

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

Color convert

RGB819271-
CMYK0.1200.230.64
HSL91.43º12.88%31.96%-
HSV(B)91.43º22.83%36.08%-
XYZ8.369.867.42-
YUV86.32119.36124.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=33.20%
G=37.70%
B=29.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192710.1200.230.6491.4312.8831.96
Hex515C47C017405bd20
Octal121134107140271001331540
Binary1010001101110010001111100010111100000010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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