#4E7050

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

Shades of Killarney #4E7050

Tints of Killarney #4E7050

Color information

#4E7050 (or 0x4E7050) is unknown color: approx Killarney. HEX triplet: 4E, 70 and 50. RGB value is (78,112,80). Sum of RGB (Red+Green+Blue) = 78+112+80=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7050 is #B18FAF. Grayscale: #626262. Windows color (decimal): -11636656 or 5271630. OLE color: 5271630.

HSL color Cylindrical-coordinate representation of color #4E7050: hue angle of 123.53º 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 #4E7050 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB7811280-
CMYK0.3000.290.56
HSL123.53º17.89%37.25%-
HSV(B)123.53º30.36%43.92%-
XYZ10.3813.799.7-
YUV98.19117.74113.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=28.89%
G=41.48%
B=29.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112800.3000.290.56123.5317.8937.25
Hex4E70501E01D387c1225
Octal11616012036035701742245
Binary10011101110000101000011110011101111000111110010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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