#506340

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

Shades of Cabbage Pont #506340

Tints of Cabbage Pont #506340

Color information

#506340 (or 0x506340) is unknown color: approx Cabbage Pont. HEX triplet: 50, 63 and 40. RGB value is (80,99,64). Sum of RGB (Red+Green+Blue) = 80+99+64=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #506340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506340 is #AF9CBF. Grayscale: #595959. Windows color (decimal): -11508928 or 4219728. OLE color: 4219728.

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

Color convert

RGB809964-
CMYK0.1900.350.61
HSL92.57º21.47%31.96%-
HSV(B)92.57º35.35%38.82%-
XYZ8.7116.52-
YUV89.33113.71121.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=32.92%
G=40.74%
B=26.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099640.1900.350.6192.5721.4731.96
Hex506340130233D5d1520
Octal12014310023043751352540
Binary101000011000111000000100110100011111101101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506340; }

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

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

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

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

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

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

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

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