Shades of Killarney #417C51
Tints of Killarney #417C51
RGB
CMYK
RGB Variations
Color information
#417C51 (or 0x417C51) is known color: Killarney. HEX triplet: 41, 7C and 51. RGB value is (65,124,81). Sum of RGB (Red+Green+Blue) = 65+124+81=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #417C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C51 is #BE83AE. Grayscale: #656565. Windows color (decimal): -12485551 or 5340225. OLE color: 5340225.
HSL color Cylindrical-coordinate representation of color #417C51: hue angle of 136.27º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C51 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 81 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.51 |
| HSL | 136.27º | 0.31% | 0.37% | - |
| HSV(B) | 136.27º | 0.48% | 0.49% | - |
| XYZ | 10.87 | 16.13 | 10.33 | - |
| YUV | 101.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 81 | 0.48 | 0 | 0.35 | 0.51 | 136.27 | 0.31 | 0.37 |
| Hex | 41 | 7C | 51 | 30 | 0 | 23 | 33 | 88 | 1F | 25 |
| Octal | 101 | 174 | 121 | 60 | 0 | 43 | 63 | 210 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1010001 | 110000 | 0 | 100011 | 110011 | 10001000 | 11111 | 100101 |
Color Harmonies of #417C51
Complementary color
Monochromatic Colors of #417C51
Black with #417C51
Text Example
Text Example
White with #417C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C51; }
p { color: rgb(65,124,81); }
H1.HeaderClassName
{
color: #417C51;
}
.AnyTagClassName
{
color: #417C51;
}
</style>
background-color css
<style>
a { background-color: #417C51; }
a { background-color: rgb(65,124,81); }
div.DivClassName
{
background-color: #417C51;
}
.BgClassName
{
background-color: #417C51;
}
</style>
border-color css
<style>
span { border-color: #417C51; }
span { border-color: rgb(65,124,81); }
td.TdClassName
{
border-color: #417C51;
}
.TagClassName
{
border-color: #417C51;
}
</style>