#4F714E

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

Shades of Killarney #4F714E

Tints of Killarney #4F714E

Color information

#4F714E (or 0x4F714E) is unknown color: approx Killarney. HEX triplet: 4F, 71 and 4E. RGB value is (79,113,78). Sum of RGB (Red+Green+Blue) = 79+113+78=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #4F714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F714E is #B08EB1. Grayscale: #626262. Windows color (decimal): -11570866 or 5140815. OLE color: 5140815.

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

Color convert

RGB7911378-
CMYK0.3000.310.56
HSL118.29º18.32%37.45%-
HSV(B)118.29º30.97%44.31%-
XYZ10.514.029.36-
YUV98.84116.24113.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 113 (44.53% from 255) = 41.85%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=29.26%
G=41.85%
B=28.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79113780.3000.310.56118.2918.3237.45
Hex4F714E1E01F38761225
Octal11716111636037701662245
Binary10011111110001100111011110011111111000111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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