Shades of Killarney #41714C
Tints of Killarney #41714C
RGB
CMYK
RGB Variations
Color information
#41714C (or 0x41714C) is known color: Killarney. HEX triplet: 41, 71 and 4C. RGB value is (65,113,76). Sum of RGB (Red+Green+Blue) = 65+113+76=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #41714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41714C is #BE8EB3. Grayscale: #5E5E5E. Windows color (decimal): -12488372 or 5009729. OLE color: 5009729.
HSL color Cylindrical-coordinate representation of color #41714C: hue angle of 133.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41714C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 113 | 76 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.56 |
| HSL | 133.75º | 0.27% | 0.35% | - |
| HSV(B) | 133.75º | 0.42% | 0.44% | - |
| XYZ | 9.39 | 13.46 | 8.94 | - |
| YUV | 94.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 76 | 0.42 | 0 | 0.33 | 0.56 | 133.75 | 0.27 | 0.35 |
| Hex | 41 | 71 | 4C | 2A | 0 | 21 | 38 | 86 | 1B | 23 |
| Octal | 101 | 161 | 114 | 52 | 0 | 41 | 70 | 206 | 33 | 43 |
| Binary | 1000001 | 1110001 | 1001100 | 101010 | 0 | 100001 | 111000 | 10000110 | 11011 | 100011 |
Color Harmonies of #41714C
Complementary color
Monochromatic Colors of #41714C
Black with #41714C
Text Example
Text Example
White with #41714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41714C; }
p { color: rgb(65,113,76); }
H1.HeaderClassName
{
color: #41714C;
}
.AnyTagClassName
{
color: #41714C;
}
</style>
background-color css
<style>
a { background-color: #41714C; }
a { background-color: rgb(65,113,76); }
div.DivClassName
{
background-color: #41714C;
}
.BgClassName
{
background-color: #41714C;
}
</style>
border-color css
<style>
span { border-color: #41714C; }
span { border-color: rgb(65,113,76); }
td.TdClassName
{
border-color: #41714C;
}
.TagClassName
{
border-color: #41714C;
}
</style>