#4F744D

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

Shades of Killarney #4F744D

Tints of Killarney #4F744D

Color information

#4F744D (or 0x4F744D) is unknown color: approx Killarney. HEX triplet: 4F, 74 and 4D. RGB value is (79,116,77). Sum of RGB (Red+Green+Blue) = 79+116+77=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #4F744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F744D is #B08BB2. Grayscale: #646464. Windows color (decimal): -11570099 or 5076047. OLE color: 5076047.

HSL color Cylindrical-coordinate representation of color #4F744D: hue angle of 116.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F744D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB7911677-
CMYK0.3200.340.55
HSL116.92º20.21%37.84%-
HSV(B)116.92º33.62%45.49%-
XYZ10.8114.699.29-
YUV100.49114.74112.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=29.04%
G=42.65%
B=28.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79116770.3200.340.55116.9220.2137.84
Hex4F744D2002237751426
Octal11716411540042671652446
Binary1001111111010010011011000000100010110111111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,77); }

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

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

 a { background-color: rgb(79,116,77); }

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

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

 span { border-color: rgb(79,116,77); }

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