#4E754C

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

Shades of Killarney #4E754C

Tints of Killarney #4E754C

Color information

#4E754C (or 0x4E754C) is unknown color: approx Killarney. HEX triplet: 4E, 75 and 4C. RGB value is (78,117,76). Sum of RGB (Red+Green+Blue) = 78+117+76=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #4E754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E754C is #B18AB3. Grayscale: #646464. Windows color (decimal): -11635380 or 5010766. OLE color: 5010766.

HSL color Cylindrical-coordinate representation of color #4E754C: hue angle of 117.07º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E754C is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB7811776-
CMYK0.3300.350.54
HSL117.07º21.24%37.84%-
HSV(B)117.07º35.04%45.88%-
XYZ10.8114.869.14-
YUV100.66114.08111.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=28.78%
G=43.17%
B=28.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78117760.3300.350.54117.0721.2437.84
Hex4E754C2102336751526
Octal11616511441043661652546
Binary1001110111010110011001000010100011110110111010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,76); }

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

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

 a { background-color: rgb(78,117,76); }

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

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

 span { border-color: rgb(78,117,76); }

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