#515F41

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

Shades of Cabbage Pont #515F41

Tints of Cabbage Pont #515F41

Color information

#515F41 (or 0x515F41) is unknown color: approx Cabbage Pont. HEX triplet: 51, 5F and 41. RGB value is (81,95,65). Sum of RGB (Red+Green+Blue) = 81+95+65=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #515F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F41 is #AEA0BE. Grayscale: #575757. Windows color (decimal): -11444415 or 4284241. OLE color: 4284241.

HSL color Cylindrical-coordinate representation of color #515F41: hue angle of 88º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515F41 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB819565-
CMYK0.1500.320.63
HSL88º18.75%31.37%-
HSV(B)88º31.58%37.25%-
XYZ8.4410.326.55-
YUV87.39115.36123.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=33.61%
G=39.42%
B=26.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195650.1500.320.638818.7531.37
Hex515F41F0203F58131f
Octal12113710117040771302337
Binary1010001101111110000011111010000011111110110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,65); }

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

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

 a { background-color: rgb(81,95,65); }

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

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

 span { border-color: rgb(81,95,65); }

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