#506045

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

Shades of Cabbage Pont #506045

Tints of Cabbage Pont #506045

Color information

#506045 (or 0x506045) is unknown color: approx Cabbage Pont. HEX triplet: 50, 60 and 45. RGB value is (80,96,69). Sum of RGB (Red+Green+Blue) = 80+96+69=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #506045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506045 is #AF9FBA. Grayscale: #585858. Windows color (decimal): -11509691 or 4546640. OLE color: 4546640.

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

Color convert

RGB809669-
CMYK0.1700.280.62
HSL95.56º16.36%32.35%-
HSV(B)95.56º28.12%37.65%-
XYZ8.5710.57.21-
YUV88.14117.2122.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=32.65%
G=39.18%
B=28.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096690.1700.280.6295.5616.3632.35
Hex5060451101C3E601020
Octal12014010521034761402040
Binary10100001100000100010110001011100111110110000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506045; }

 p { color: rgb(80,96,69); }

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

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

 a { background-color: rgb(80,96,69); }

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

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

 span { border-color: rgb(80,96,69); }

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