#50814E

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

Shades of Killarney #50814E

Tints of Killarney #50814E

Color information

#50814E (or 0x50814E) is unknown color: approx Killarney. HEX triplet: 50, 81 and 4E. RGB value is (80,129,78). Sum of RGB (Red+Green+Blue) = 80+129+78=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #50814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50814E is #AF7EB1. Grayscale: #6C6C6C. Windows color (decimal): -11501234 or 5144912. OLE color: 5144912.

HSL color Cylindrical-coordinate representation of color #50814E: hue angle of 117.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50814E is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB8012978-
CMYK0.3800.400.49
HSL117.65º24.64%40.59%-
HSV(B)117.65º39.53%50.59%-
XYZ12.5317.9610.01-
YUV108.54110.77107.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=27.87%
G=44.95%
B=27.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129780.3800.400.49117.6524.6440.59
Hex50814E2602831761929
Octal12020111646050611663151
Binary10100001000000110011101001100101000110001111011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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