#50704F

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

Shades of Killarney #50704F

Tints of Killarney #50704F

Color information

#50704F (or 0x50704F) is unknown color: approx Killarney. HEX triplet: 50, 70 and 4F. RGB value is (80,112,79). Sum of RGB (Red+Green+Blue) = 80+112+79=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #50704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50704F is #AF8FB0. Grayscale: #626262. Windows color (decimal): -11505585 or 5206096. OLE color: 5206096.

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

Color convert

RGB8011279-
CMYK0.2900.290.56
HSL118.18º17.28%37.45%-
HSV(B)118.18º29.46%43.92%-
XYZ10.5113.869.52-
YUV98.67116.9114.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=29.52%
G=41.33%
B=29.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112790.2900.290.56118.1817.2837.45
Hex50704F1D01D38761125
Octal12016011735035701662145
Binary10100001110000100111111101011101111000111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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