#50734F

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

Shades of Killarney #50734F

Tints of Killarney #50734F

Color information

#50734F (or 0x50734F) is unknown color: approx Killarney. HEX triplet: 50, 73 and 4F. RGB value is (80,115,79). Sum of RGB (Red+Green+Blue) = 80+115+79=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #50734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50734F is #AF8CB0. Grayscale: #646464. Windows color (decimal): -11504817 or 5206864. OLE color: 5206864.

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

Color convert

RGB8011579-
CMYK0.3000.310.55
HSL118.33º18.56%38.04%-
HSV(B)118.33º31.3%45.1%-
XYZ10.8514.539.63-
YUV100.43115.9113.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=29.20%
G=41.97%
B=28.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115790.3000.310.55118.3318.5638.04
Hex50734F1E01F37761326
Octal12016311736037671662346
Binary10100001110011100111111110011111110111111011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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