#4C8055

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

Shades of Killarney #4C8055

Tints of Killarney #4C8055

Color information

#4C8055 (or 0x4C8055) is unknown color: approx Killarney. HEX triplet: 4C, 80 and 55. RGB value is (76,128,85). Sum of RGB (Red+Green+Blue) = 76+128+85=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8055 is #B37FAA. Grayscale: #6B6B6B. Windows color (decimal): -11763627 or 5603404. OLE color: 5603404.

HSL color Cylindrical-coordinate representation of color #4C8055: hue angle of 130.38º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8055 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB7612885-
CMYK0.4100.340.50
HSL130.38º25.49%40%-
HSV(B)130.38º40.62%50.2%-
XYZ12.3417.6311.35-
YUV107.55115.27105.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=26.30%
G=44.29%
B=29.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128850.4100.340.50130.3825.4940
Hex4C80552902232821928
Octal11420012551042622023150
Binary100110010000000101010110100101000101100101000001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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