#506342

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

Shades of Cabbage Pont #506342

Tints of Cabbage Pont #506342

Color information

#506342 (or 0x506342) is unknown color: approx Cabbage Pont. HEX triplet: 50, 63 and 42. RGB value is (80,99,66). Sum of RGB (Red+Green+Blue) = 80+99+66=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #506342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506342 is #AF9CBD. Grayscale: #595959. Windows color (decimal): -11508926 or 4350800. OLE color: 4350800.

HSL color Cylindrical-coordinate representation of color #506342: hue angle of 94.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506342 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB809966-
CMYK0.1900.330.61
HSL94.55º20%32.35%-
HSV(B)94.55º33.33%38.82%-
XYZ8.7511.026.82-
YUV89.56114.71121.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=32.65%
G=40.41%
B=26.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099660.1900.330.6194.552032.35
Hex506342130213D5f1420
Octal12014310223041751372440
Binary101000011000111000010100110100001111101101111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506342; }

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

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

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

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

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

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

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

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