Shades of Killarney #417C4D
Tints of Killarney #417C4D
RGB
CMYK
RGB Variations
Color information
#417C4D (or 0x417C4D) is known color: Killarney. HEX triplet: 41, 7C and 4D. RGB value is (65,124,77). Sum of RGB (Red+Green+Blue) = 65+124+77=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #417C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C4D is #BE83B2. Grayscale: #656565. Windows color (decimal): -12485555 or 5078081. OLE color: 5078081.
HSL color Cylindrical-coordinate representation of color #417C4D: hue angle of 132.2º 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 #417C4D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 124 | 77 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.51 |
| HSL | 132.2º | 0.31% | 0.37% | - |
| HSV(B) | 132.2º | 0.48% | 0.49% | - |
| XYZ | 10.73 | 16.07 | 9.56 | - |
| YUV | 101 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 77 | 0.48 | 0 | 0.38 | 0.51 | 132.2 | 0.31 | 0.37 |
| Hex | 41 | 7C | 4D | 30 | 0 | 26 | 33 | 84 | 1F | 25 |
| Octal | 101 | 174 | 115 | 60 | 0 | 46 | 63 | 204 | 37 | 45 |
| Binary | 1000001 | 1111100 | 1001101 | 110000 | 0 | 100110 | 110011 | 10000100 | 11111 | 100101 |
Color Harmonies of #417C4D
Complementary color
Monochromatic Colors of #417C4D
Black with #417C4D
Text Example
Text Example
White with #417C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C4D; }
p { color: rgb(65,124,77); }
H1.HeaderClassName
{
color: #417C4D;
}
.AnyTagClassName
{
color: #417C4D;
}
</style>
background-color css
<style>
a { background-color: #417C4D; }
a { background-color: rgb(65,124,77); }
div.DivClassName
{
background-color: #417C4D;
}
.BgClassName
{
background-color: #417C4D;
}
</style>
border-color css
<style>
span { border-color: #417C4D; }
span { border-color: rgb(65,124,77); }
td.TdClassName
{
border-color: #417C4D;
}
.TagClassName
{
border-color: #417C4D;
}
</style>