Shades of Killarney #418A50
Tints of Killarney #418A50
RGB
CMYK
RGB Variations
Color information
#418A50 (or 0x418A50) is known color: Killarney. HEX triplet: 41, 8A and 50. RGB value is (65,138,80). Sum of RGB (Red+Green+Blue) = 65+138+80=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #418A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418A50 is #BE75AF. Grayscale: #6D6D6D. Windows color (decimal): -12481968 or 5278273. OLE color: 5278273.
HSL color Cylindrical-coordinate representation of color #418A50: hue angle of 132.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418A50 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 80 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.46 |
| HSL | 132.33º | 0.36% | 0.4% | - |
| HSV(B) | 132.33º | 0.53% | 0.54% | - |
| XYZ | 12.72 | 19.88 | 10.76 | - |
| YUV | 109.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 80 | 0.53 | 0 | 0.42 | 0.46 | 132.33 | 0.36 | 0.4 |
| Hex | 41 | 8A | 50 | 35 | 0 | 2A | 2E | 84 | 24 | 28 |
| Octal | 101 | 212 | 120 | 65 | 0 | 52 | 56 | 204 | 44 | 50 |
| Binary | 1000001 | 10001010 | 1010000 | 110101 | 0 | 101010 | 101110 | 10000100 | 100100 | 101000 |
Color Harmonies of #418A50
Complementary color
Monochromatic Colors of #418A50
Black with #418A50
Text Example
Text Example
White with #418A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A50; }
p { color: rgb(65,138,80); }
H1.HeaderClassName
{
color: #418A50;
}
.AnyTagClassName
{
color: #418A50;
}
</style>
background-color css
<style>
a { background-color: #418A50; }
a { background-color: rgb(65,138,80); }
div.DivClassName
{
background-color: #418A50;
}
.BgClassName
{
background-color: #418A50;
}
</style>
border-color css
<style>
span { border-color: #418A50; }
span { border-color: rgb(65,138,80); }
td.TdClassName
{
border-color: #418A50;
}
.TagClassName
{
border-color: #418A50;
}
</style>