Shades of Killarney #407E41
Tints of Killarney #407E41
RGB
CMYK
RGB Variations
Color information
#407E41 (or 0x407E41) is known color: Killarney. HEX triplet: 40, 7E and 41. RGB value is (64,126,65). Sum of RGB (Red+Green+Blue) = 64+126+65=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #407E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E41 is #BF81BE. Grayscale: #646464. Windows color (decimal): -12550591 or 4292160. OLE color: 4292160.
HSL color Cylindrical-coordinate representation of color #407E41: hue angle of 120.97º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E41 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 65 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.51 |
| HSL | 120.97º | 0.33% | 0.37% | - |
| HSV(B) | 120.97º | 0.49% | 0.49% | - |
| XYZ | 10.53 | 16.39 | 7.61 | - |
| YUV | 100.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 65 | 0.49 | 0 | 0.48 | 0.51 | 120.97 | 0.33 | 0.37 |
| Hex | 40 | 7E | 41 | 31 | 0 | 30 | 33 | 79 | 21 | 25 |
| Octal | 100 | 176 | 101 | 61 | 0 | 60 | 63 | 171 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1000001 | 110001 | 0 | 110000 | 110011 | 1111001 | 100001 | 100101 |
Color Harmonies of #407E41
Complementary color
Monochromatic Colors of #407E41
Black with #407E41
Text Example
Text Example
White with #407E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E41; }
p { color: rgb(64,126,65); }
H1.HeaderClassName
{
color: #407E41;
}
.AnyTagClassName
{
color: #407E41;
}
</style>
background-color css
<style>
a { background-color: #407E41; }
a { background-color: rgb(64,126,65); }
div.DivClassName
{
background-color: #407E41;
}
.BgClassName
{
background-color: #407E41;
}
</style>
border-color css
<style>
span { border-color: #407E41; }
span { border-color: rgb(64,126,65); }
td.TdClassName
{
border-color: #407E41;
}
.TagClassName
{
border-color: #407E41;
}
</style>