#50814F

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

Shades of Killarney #50814F

Tints of Killarney #50814F

Color information

#50814F (or 0x50814F) is unknown color: approx Killarney. HEX triplet: 50, 81 and 4F. RGB value is (80,129,79). Sum of RGB (Red+Green+Blue) = 80+129+79=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #50814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50814F is #AF7EB0. Grayscale: #6C6C6C. Windows color (decimal): -11501233 or 5210448. OLE color: 5210448.

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

Color convert

RGB8012979-
CMYK0.3800.390.49
HSL118.8º24.04%40.78%-
HSV(B)118.8º38.76%50.59%-
XYZ12.5717.9710.2-
YUV108.65111.27107.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=27.78%
G=44.79%
B=27.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129790.3800.390.49118.824.0440.78
Hex50814F2602731771829
Octal12020111746047611673051
Binary10100001000000110011111001100100111110001111011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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