#4C7055

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

Shades of Killarney #4C7055

Tints of Killarney #4C7055

Color information

#4C7055 (or 0x4C7055) is unknown color: approx Killarney. HEX triplet: 4C, 70 and 55. RGB value is (76,112,85). Sum of RGB (Red+Green+Blue) = 76+112+85=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7055 is #B38FAA. Grayscale: #626262. Windows color (decimal): -11767723 or 5599308. OLE color: 5599308.

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

Color convert

RGB7611285-
CMYK0.3200.240.56
HSL135º19.15%36.86%-
HSV(B)135º32.14%43.92%-
XYZ10.4113.7810.71-
YUV98.16120.57112.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=27.84%
G=41.03%
B=31.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76112850.3200.240.5613519.1536.86
Hex4C70552001838871325
Octal11416012540030702072345
Binary1001100111000010101011000000110001110001000011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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