Shades of Killarney #41864D
Tints of Killarney #41864D
RGB
CMYK
RGB Variations
Color information
#41864D (or 0x41864D) is known color: Killarney. HEX triplet: 41, 86 and 4D. RGB value is (65,134,77). Sum of RGB (Red+Green+Blue) = 65+134+77=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #41864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41864D is #BE79B2. Grayscale: #6B6B6B. Windows color (decimal): -12482995 or 5080641. OLE color: 5080641.
HSL color Cylindrical-coordinate representation of color #41864D: hue angle of 130.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41864D is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 77 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.47 |
| HSL | 130.43º | 0.35% | 0.39% | - |
| HSV(B) | 130.43º | 0.51% | 0.53% | - |
| XYZ | 12.04 | 18.71 | 10 | - |
| YUV | 106.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 77 | 0.51 | 0 | 0.43 | 0.47 | 130.43 | 0.35 | 0.39 |
| Hex | 41 | 86 | 4D | 33 | 0 | 2B | 2F | 82 | 23 | 27 |
| Octal | 101 | 206 | 115 | 63 | 0 | 53 | 57 | 202 | 43 | 47 |
| Binary | 1000001 | 10000110 | 1001101 | 110011 | 0 | 101011 | 101111 | 10000010 | 100011 | 100111 |
Color Harmonies of #41864D
Complementary color
Monochromatic Colors of #41864D
Black with #41864D
Text Example
Text Example
White with #41864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41864D; }
p { color: rgb(65,134,77); }
H1.HeaderClassName
{
color: #41864D;
}
.AnyTagClassName
{
color: #41864D;
}
</style>
background-color css
<style>
a { background-color: #41864D; }
a { background-color: rgb(65,134,77); }
div.DivClassName
{
background-color: #41864D;
}
.BgClassName
{
background-color: #41864D;
}
</style>
border-color css
<style>
span { border-color: #41864D; }
span { border-color: rgb(65,134,77); }
td.TdClassName
{
border-color: #41864D;
}
.TagClassName
{
border-color: #41864D;
}
</style>