#4C8555

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

Shades of Killarney #4C8555

Tints of Killarney #4C8555

Color information

#4C8555 (or 0x4C8555) is unknown color: approx Killarney. HEX triplet: 4C, 85 and 55. RGB value is (76,133,85). Sum of RGB (Red+Green+Blue) = 76+133+85=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8555 is #B37AAA. Grayscale: #6E6E6E. Windows color (decimal): -11762347 or 5604684. OLE color: 5604684.

HSL color Cylindrical-coordinate representation of color #4C8555: hue angle of 129.47º 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 #4C8555 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB7613385-
CMYK0.4300.360.48
HSL129.47º27.27%40.98%-
HSV(B)129.47º42.86%52.16%-
XYZ13.0118.9711.57-
YUV110.48113.62103.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=25.85%
G=45.24%
B=28.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133850.4300.360.48129.4727.2740.98
Hex4C85552B02430811b29
Octal11420512553044602013351
Binary100110010000101101010110101101001001100001000000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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