#4C8550

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

Shades of Killarney #4C8550

Tints of Killarney #4C8550

Color information

#4C8550 (or 0x4C8550) is unknown color: approx Killarney. HEX triplet: 4C, 85 and 50. RGB value is (76,133,80). Sum of RGB (Red+Green+Blue) = 76+133+80=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8550 is #B37AAF. Grayscale: #6E6E6E. Windows color (decimal): -11762352 or 5277004. OLE color: 5277004.

HSL color Cylindrical-coordinate representation of color #4C8550: hue angle of 124.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8550 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB7613380-
CMYK0.4300.400.48
HSL124.21º27.27%40.98%-
HSV(B)124.21º42.86%52.16%-
XYZ12.8218.8910.56-
YUV109.92111.12103.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=26.30%
G=46.02%
B=27.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133800.4300.400.48124.2127.2740.98
Hex4C85502B028307c1b29
Octal11420512053050601743351
Binary10011001000010110100001010110101000110000111110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,133,80); }

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

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

 a { background-color: rgb(76,133,80); }

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

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

 span { border-color: rgb(76,133,80); }

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