#50794F

Color #50794F Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #50794F

Tints of Killarney #50794F

Color information

#50794F (or 0x50794F) is unknown color: approx Killarney. HEX triplet: 50, 79 and 4F. RGB value is (80,121,79). Sum of RGB (Red+Green+Blue) = 80+121+79=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #50794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50794F is #AF86B0. Grayscale: #686868. Windows color (decimal): -11503281 or 5208400. OLE color: 5208400.

HSL color Cylindrical-coordinate representation of color #50794F: hue angle of 118.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50794F is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB8012179-
CMYK0.3400.350.53
HSL118.57º21%39.22%-
HSV(B)118.57º34.71%47.45%-
XYZ11.5615.949.87-
YUV103.95113.92110.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=28.57%
G=43.21%
B=28.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121790.3400.350.53118.572139.22
Hex50794F2202335771527
Octal12017111742043651672547
Binary1010000111100110011111000100100011110101111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50794F; }

 p { color: rgb(80,121,79); }

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

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

 a { background-color: rgb(80,121,79); }

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

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

 span { border-color: rgb(80,121,79); }

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