#4F814E

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

Shades of Killarney #4F814E

Tints of Killarney #4F814E

Color information

#4F814E (or 0x4F814E) is unknown color: approx Killarney. HEX triplet: 4F, 81 and 4E. RGB value is (79,129,78). Sum of RGB (Red+Green+Blue) = 79+129+78=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #4F814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F814E is #B07EB1. Grayscale: #6C6C6C. Windows color (decimal): -11566770 or 5144911. OLE color: 5144911.

HSL color Cylindrical-coordinate representation of color #4F814E: hue angle of 118.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F814E is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB7912978-
CMYK0.3900.400.49
HSL118.82º24.64%40.59%-
HSV(B)118.82º39.53%50.59%-
XYZ12.4517.9110.01-
YUV108.24110.94107.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=27.62%
G=45.10%
B=27.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79129780.3900.400.49118.8224.6440.59
Hex4F814E2702831771929
Octal11720111647050611673151
Binary10011111000000110011101001110101000110001111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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