#50744F

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

Shades of Killarney #50744F

Tints of Killarney #50744F

Color information

#50744F (or 0x50744F) is unknown color: approx Killarney. HEX triplet: 50, 74 and 4F. RGB value is (80,116,79). Sum of RGB (Red+Green+Blue) = 80+116+79=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #50744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50744F is #AF8BB0. Grayscale: #656565. Windows color (decimal): -11504561 or 5207120. OLE color: 5207120.

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

Color convert

RGB8011679-
CMYK0.3100.320.55
HSL118.38º18.97%38.24%-
HSV(B)118.38º31.9%45.49%-
XYZ10.9614.769.67-
YUV101.02115.57113.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=29.09%
G=42.18%
B=28.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116790.3100.320.55118.3818.9738.24
Hex50744F1F02037761326
Octal12016411737040671662346
Binary101000011101001001111111110100000110111111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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