#506142

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

Shades of Cabbage Pont #506142

Tints of Cabbage Pont #506142

Color information

#506142 (or 0x506142) is unknown color: approx Cabbage Pont. HEX triplet: 50, 61 and 42. RGB value is (80,97,66). Sum of RGB (Red+Green+Blue) = 80+97+66=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #506142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506142 is #AF9EBD. Grayscale: #585858. Windows color (decimal): -11509438 or 4350288. OLE color: 4350288.

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

Color convert

RGB809766-
CMYK0.1800.320.62
HSL92.9º19.02%31.96%-
HSV(B)92.9º31.96%38.04%-
XYZ8.5710.656.76-
YUV88.38115.37122.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=32.92%
G=39.92%
B=27.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097660.1800.320.6292.919.0231.96
Hex506142120203E5d1320
Octal12014110222040761352340
Binary101000011000011000010100100100000111110101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506142; }

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

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

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

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

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

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

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

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