Shades of Killarney #417D4D
Tints of Killarney #417D4D
RGB
CMYK
RGB Variations
Color information
#417D4D (or 0x417D4D) is known color: Killarney. HEX triplet: 41, 7D and 4D. RGB value is (65,125,77). Sum of RGB (Red+Green+Blue) = 65+125+77=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #417D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D4D is #BE82B2. Grayscale: #656565. Windows color (decimal): -12485299 or 5078337. OLE color: 5078337.
HSL color Cylindrical-coordinate representation of color #417D4D: hue angle of 132º 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 #417D4D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 125 | 77 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.51 |
| HSL | 132º | 0.32% | 0.37% | - |
| HSV(B) | 132º | 0.48% | 0.49% | - |
| XYZ | 10.85 | 16.33 | 9.6 | - |
| YUV | 101.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 77 | 0.48 | 0 | 0.38 | 0.51 | 132 | 0.32 | 0.37 |
| Hex | 41 | 7D | 4D | 30 | 0 | 26 | 33 | 84 | 20 | 25 |
| Octal | 101 | 175 | 115 | 60 | 0 | 46 | 63 | 204 | 40 | 45 |
| Binary | 1000001 | 1111101 | 1001101 | 110000 | 0 | 100110 | 110011 | 10000100 | 100000 | 100101 |
Color Harmonies of #417D4D
Complementary color
Monochromatic Colors of #417D4D
Black with #417D4D
Text Example
Text Example
White with #417D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D4D; }
p { color: rgb(65,125,77); }
H1.HeaderClassName
{
color: #417D4D;
}
.AnyTagClassName
{
color: #417D4D;
}
</style>
background-color css
<style>
a { background-color: #417D4D; }
a { background-color: rgb(65,125,77); }
div.DivClassName
{
background-color: #417D4D;
}
.BgClassName
{
background-color: #417D4D;
}
</style>
border-color css
<style>
span { border-color: #417D4D; }
span { border-color: rgb(65,125,77); }
td.TdClassName
{
border-color: #417D4D;
}
.TagClassName
{
border-color: #417D4D;
}
</style>