#4C704E

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

Shades of Killarney #4C704E

Tints of Killarney #4C704E

Color information

#4C704E (or 0x4C704E) is unknown color: approx Killarney. HEX triplet: 4C, 70 and 4E. RGB value is (76,112,78). Sum of RGB (Red+Green+Blue) = 76+112+78=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #4C704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C704E is #B38FB1. Grayscale: #616161. Windows color (decimal): -11767730 or 5140556. OLE color: 5140556.

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

Color convert

RGB7611278-
CMYK0.3200.300.56
HSL123.33º19.15%36.86%-
HSV(B)123.33º32.14%43.92%-
XYZ10.1513.679.31-
YUV97.36117.07112.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=28.57%
G=42.11%
B=29.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112780.3200.300.56123.3319.1536.86
Hex4C704E2001E387b1325
Octal11416011640036701732345
Binary100110011100001001110100000011110111000111101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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