#4F704E

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

Shades of Killarney #4F704E

Tints of Killarney #4F704E

Color information

#4F704E (or 0x4F704E) is unknown color: approx Killarney. HEX triplet: 4F, 70 and 4E. RGB value is (79,112,78). Sum of RGB (Red+Green+Blue) = 79+112+78=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #4F704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F704E is #B08FB1. Grayscale: #626262. Windows color (decimal): -11571122 or 5140559. OLE color: 5140559.

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

Color convert

RGB7911278-
CMYK0.2900.300.56
HSL118.24º17.89%37.25%-
HSV(B)118.24º30.36%43.92%-
XYZ10.3913.89.32-
YUV98.26116.57114.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=29.37%
G=41.64%
B=29.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112780.2900.300.56118.2417.8937.25
Hex4F704E1D01E38761225
Octal11716011635036701662245
Binary10011111110000100111011101011110111000111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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