#4D8550

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

Shades of Killarney #4D8550

Tints of Killarney #4D8550

Color information

#4D8550 (or 0x4D8550) is unknown color: approx Killarney. HEX triplet: 4D, 85 and 50. RGB value is (77,133,80). Sum of RGB (Red+Green+Blue) = 77+133+80=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8550 is #B27AAF. Grayscale: #6E6E6E. Windows color (decimal): -11696816 or 5277005. OLE color: 5277005.

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

Color convert

RGB7713380-
CMYK0.4200.400.48
HSL123.21º26.67%41.18%-
HSV(B)123.21º42.11%52.16%-
XYZ12.918.9310.56-
YUV110.21110.95104.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=26.55%
G=45.86%
B=27.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77133800.4200.400.48123.2126.6741.18
Hex4D85502A028307b1b29
Octal11520512052050601733351
Binary10011011000010110100001010100101000110000111101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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