#506141

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

Shades of Cabbage Pont #506141

Tints of Cabbage Pont #506141

Color information

#506141 (or 0x506141) is unknown color: approx Cabbage Pont. HEX triplet: 50, 61 and 41. RGB value is (80,97,65). Sum of RGB (Red+Green+Blue) = 80+97+65=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #506141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506141 is #AF9EBE. Grayscale: #585858. Windows color (decimal): -11509439 or 4284752. OLE color: 4284752.

HSL color Cylindrical-coordinate representation of color #506141: hue angle of 91.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506141 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB809765-
CMYK0.1800.330.62
HSL91.88º19.75%31.76%-
HSV(B)91.88º32.99%38.04%-
XYZ8.5410.646.6-
YUV88.27114.87122.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=33.06%
G=40.08%
B=26.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097650.1800.330.6291.8819.7531.76
Hex506141120213E5c1420
Octal12014110122041761342440
Binary101000011000011000001100100100001111110101110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506141; }

 p { color: rgb(80,97,65); }

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

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

 a { background-color: rgb(80,97,65); }

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

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

 span { border-color: rgb(80,97,65); }

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