#50613F

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

Shades of Cabbage Pont #50613F

Tints of Cabbage Pont #50613F

Color information

#50613F (or 0x50613F) is unknown color: approx Cabbage Pont. HEX triplet: 50, 61 and 3F. RGB value is (80,97,63). Sum of RGB (Red+Green+Blue) = 80+97+63=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #50613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50613F is #AF9EC0. Grayscale: #585858. Windows color (decimal): -11509441 or 4153680. OLE color: 4153680.

HSL color Cylindrical-coordinate representation of color #50613F: hue angle of 90º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50613F is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB809763-
CMYK0.1800.350.62
HSL90º21.25%31.37%-
HSV(B)90º35.05%38.04%-
XYZ8.4810.616.3-
YUV88.04113.87122.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 40.42%
BLUE value IS 63 (25% from 255) = 26.25%
R=33.33%
G=40.42%
B=26.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097630.1800.350.629021.2531.37
Hex50613F120233E5a151f
Octal1201417722043761322537
Binary1010000110000111111110010010001111111010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50613F; }

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

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

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

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

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

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

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

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