#50613D

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

Shades of Cabbage Pont #50613D

Tints of Cabbage Pont #50613D

Color information

#50613D (or 0x50613D) is unknown color: approx Cabbage Pont. HEX triplet: 50, 61 and 3D. RGB value is (80,97,61). Sum of RGB (Red+Green+Blue) = 80+97+61=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #50613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50613D is #AF9EC2. Grayscale: #575757. Windows color (decimal): -11509443 or 4022608. OLE color: 4022608.

HSL color Cylindrical-coordinate representation of color #50613D: hue angle of 88.33º 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 #50613D is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB809761-
CMYK0.1800.370.62
HSL88.33º22.78%30.98%-
HSV(B)88.33º37.11%38.04%-
XYZ8.4310.596.02-
YUV87.81112.87122.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=33.61%
G=40.76%
B=25.63%

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
Decimal8097610.1800.370.6288.3322.7830.98
Hex50613D120253E58171f
Octal1201417522045761302737
Binary1010000110000111110110010010010111111010110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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