#50714E

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

Shades of Killarney #50714E

Tints of Killarney #50714E

Color information

#50714E (or 0x50714E) is unknown color: approx Killarney. HEX triplet: 50, 71 and 4E. RGB value is (80,113,78). Sum of RGB (Red+Green+Blue) = 80+113+78=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #50714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50714E is #AF8EB1. Grayscale: #636363. Windows color (decimal): -11505330 or 5140816. OLE color: 5140816.

HSL color Cylindrical-coordinate representation of color #50714E: hue angle of 116.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50714E is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB8011378-
CMYK0.2900.310.56
HSL116.57º18.32%37.45%-
HSV(B)116.57º30.97%44.31%-
XYZ10.5914.079.36-
YUV99.14116.07114.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=29.52%
G=41.70%
B=28.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113780.2900.310.56116.5718.3237.45
Hex50714E1D01F38751225
Octal12016111635037701652245
Binary10100001110001100111011101011111111000111010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50714E; }

 p { color: rgb(80,113,78); }

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

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

 a { background-color: rgb(80,113,78); }

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

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

 span { border-color: rgb(80,113,78); }

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