#4F794E

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

Shades of Killarney #4F794E

Tints of Killarney #4F794E

Color information

#4F794E (or 0x4F794E) is unknown color: approx Killarney. HEX triplet: 4F, 79 and 4E. RGB value is (79,121,78). Sum of RGB (Red+Green+Blue) = 79+121+78=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #4F794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F794E is #B086B1. Grayscale: #676767. Windows color (decimal): -11568818 or 5142863. OLE color: 5142863.

HSL color Cylindrical-coordinate representation of color #4F794E: hue angle of 118.6º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F794E is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB7912178-
CMYK0.3500.360.53
HSL118.6º21.61%39.02%-
HSV(B)118.6º35.54%47.45%-
XYZ11.4415.899.67-
YUV103.54113.59110.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=28.42%
G=43.53%
B=28.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79121780.3500.360.53118.621.6139.02
Hex4F794E2302435771627
Octal11717111643044651672647
Binary1001111111100110011101000110100100110101111011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F794E; }

 p { color: rgb(79,121,78); }

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

<style>
 a { background-color: #4F794E; }

 a { background-color: rgb(79,121,78); }

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

<style>
 span { border-color: #4F794E; }

 span { border-color: rgb(79,121,78); }

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