#50623E

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

Shades of Cabbage Pont #50623E

Tints of Cabbage Pont #50623E

Color information

#50623E (or 0x50623E) is unknown color: approx Cabbage Pont. HEX triplet: 50, 62 and 3E. RGB value is (80,98,62). Sum of RGB (Red+Green+Blue) = 80+98+62=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #50623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623E is #AF9DC1. Grayscale: #585858. Windows color (decimal): -11509186 or 4088400. OLE color: 4088400.

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

Color convert

RGB809862-
CMYK0.1800.370.62
HSL90º22.5%31.37%-
HSV(B)90º36.73%38.43%-
XYZ8.5510.796.19-
YUV88.51113.04121.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=33.33%
G=40.83%
B=25.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098620.1800.370.629022.531.37
Hex50623E120253E5a161f
Octal1201427622045761322637
Binary1010000110001011111010010010010111111010110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50623E; }

 p { color: rgb(80,98,62); }

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

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

 a { background-color: rgb(80,98,62); }

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

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

 span { border-color: rgb(80,98,62); }

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