#50623D

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

Shades of Cabbage Pont #50623D

Tints of Cabbage Pont #50623D

Color information

#50623D (or 0x50623D) is unknown color: approx Cabbage Pont. HEX triplet: 50, 62 and 3D. RGB value is (80,98,61). Sum of RGB (Red+Green+Blue) = 80+98+61=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #50623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50623D is #AF9DC2. Grayscale: #585858. Windows color (decimal): -11509187 or 4022864. OLE color: 4022864.

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

Color convert

RGB809861-
CMYK0.1800.380.62
HSL89.19º23.27%31.18%-
HSV(B)89.19º37.76%38.43%-
XYZ8.5210.786.05-
YUV88.4112.54122.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=33.47%
G=41.00%
B=25.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098610.1800.380.6289.1923.2731.18
Hex50623D120263E59171f
Octal1201427522046761312737
Binary1010000110001011110110010010011011111010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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