#4D8555

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

Shades of Killarney #4D8555

Tints of Killarney #4D8555

Color information

#4D8555 (or 0x4D8555) is unknown color: approx Killarney. HEX triplet: 4D, 85 and 55. RGB value is (77,133,85). Sum of RGB (Red+Green+Blue) = 77+133+85=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8555 is #B27AAA. Grayscale: #6E6E6E. Windows color (decimal): -11696811 or 5604685. OLE color: 5604685.

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

Color convert

RGB7713385-
CMYK0.4200.360.48
HSL128.57º26.67%41.18%-
HSV(B)128.57º42.11%52.16%-
XYZ13.0919.0111.57-
YUV110.78113.45103.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.10%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=26.10%
G=45.08%
B=28.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77133850.4200.360.48128.5726.6741.18
Hex4D85552A02430811b29
Octal11520512552044602013351
Binary100110110000101101010110101001001001100001000000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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