Shades of Killarney #41804A
Tints of Killarney #41804A
RGB
CMYK
RGB Variations
Color information
#41804A (or 0x41804A) is known color: Killarney. HEX triplet: 41, 80 and 4A. RGB value is (65,128,74). Sum of RGB (Red+Green+Blue) = 65+128+74=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #41804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41804A is #BE7FB5. Grayscale: #676767. Windows color (decimal): -12484534 or 4882497. OLE color: 4882497.
HSL color Cylindrical-coordinate representation of color #41804A: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41804A is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 74 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.50 |
| HSL | 128.57º | 0.33% | 0.38% | - |
| HSV(B) | 128.57º | 0.49% | 0.5% | - |
| XYZ | 11.14 | 17.06 | 9.18 | - |
| YUV | 103.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 74 | 0.49 | 0 | 0.42 | 0.50 | 128.57 | 0.33 | 0.38 |
| Hex | 41 | 80 | 4A | 31 | 0 | 2A | 32 | 81 | 21 | 26 |
| Octal | 101 | 200 | 112 | 61 | 0 | 52 | 62 | 201 | 41 | 46 |
| Binary | 1000001 | 10000000 | 1001010 | 110001 | 0 | 101010 | 110010 | 10000001 | 100001 | 100110 |
Color Harmonies of #41804A
Complementary color
Monochromatic Colors of #41804A
Black with #41804A
Text Example
Text Example
White with #41804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41804A; }
p { color: rgb(65,128,74); }
H1.HeaderClassName
{
color: #41804A;
}
.AnyTagClassName
{
color: #41804A;
}
</style>
background-color css
<style>
a { background-color: #41804A; }
a { background-color: rgb(65,128,74); }
div.DivClassName
{
background-color: #41804A;
}
.BgClassName
{
background-color: #41804A;
}
</style>
border-color css
<style>
span { border-color: #41804A; }
span { border-color: rgb(65,128,74); }
td.TdClassName
{
border-color: #41804A;
}
.TagClassName
{
border-color: #41804A;
}
</style>