#506140

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

Shades of Cabbage Pont #506140

Tints of Cabbage Pont #506140

Color information

#506140 (or 0x506140) is unknown color: approx Cabbage Pont. HEX triplet: 50, 61 and 40. RGB value is (80,97,64). Sum of RGB (Red+Green+Blue) = 80+97+64=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #506140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506140 is #AF9EBF. Grayscale: #585858. Windows color (decimal): -11509440 or 4219216. OLE color: 4219216.

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

Color convert

RGB809764-
CMYK0.1800.340.62
HSL90.91º20.5%31.57%-
HSV(B)90.91º34.02%38.04%-
XYZ8.5110.636.45-
YUV88.16114.37122.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=33.20%
G=40.25%
B=26.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097640.1800.340.6290.9120.531.57
Hex506140120223E5b1420
Octal12014110022042761332440
Binary101000011000011000000100100100010111110101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506140; }

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

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

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

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

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

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

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

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