Shades of Killarney #417D4E
Tints of Killarney #417D4E
RGB
CMYK
RGB Variations
Color information
#417D4E (or 0x417D4E) is known color: Killarney. HEX triplet: 41, 7D and 4E. RGB value is (65,125,78). Sum of RGB (Red+Green+Blue) = 65+125+78=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #417D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D4E is #BE82B1. Grayscale: #656565. Windows color (decimal): -12485298 or 5143873. OLE color: 5143873.
HSL color Cylindrical-coordinate representation of color #417D4E: hue angle of 133º degrees, saturation: 0.32, 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 #417D4E is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 78 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.51 |
| HSL | 133º | 0.32% | 0.37% | - |
| HSV(B) | 133º | 0.48% | 0.49% | - |
| XYZ | 10.89 | 16.34 | 9.79 | - |
| YUV | 101.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 78 | 0.48 | 0 | 0.38 | 0.51 | 133 | 0.32 | 0.37 |
| Hex | 41 | 7D | 4E | 30 | 0 | 26 | 33 | 85 | 20 | 25 |
| Octal | 101 | 175 | 116 | 60 | 0 | 46 | 63 | 205 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1001110 | 110000 | 0 | 100110 | 110011 | 10000101 | 100000 | 100101 |
Color Harmonies of #417D4E
Complementary color
Monochromatic Colors of #417D4E
Black with #417D4E
Text Example
Text Example
White with #417D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D4E; }
p { color: rgb(65,125,78); }
H1.HeaderClassName
{
color: #417D4E;
}
.AnyTagClassName
{
color: #417D4E;
}
</style>
background-color css
<style>
a { background-color: #417D4E; }
a { background-color: rgb(65,125,78); }
div.DivClassName
{
background-color: #417D4E;
}
.BgClassName
{
background-color: #417D4E;
}
</style>
border-color css
<style>
span { border-color: #417D4E; }
span { border-color: rgb(65,125,78); }
td.TdClassName
{
border-color: #417D4E;
}
.TagClassName
{
border-color: #417D4E;
}
</style>