Shades of Killarney #407B41
Tints of Killarney #407B41
RGB
CMYK
RGB Variations
Color information
#407B41 (or 0x407B41) is known color: Killarney. HEX triplet: 40, 7B and 41. RGB value is (64,123,65). Sum of RGB (Red+Green+Blue) = 64+123+65=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #407B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B41 is #BF84BE. Grayscale: #626262. Windows color (decimal): -12551359 or 4291392. OLE color: 4291392.
HSL color Cylindrical-coordinate representation of color #407B41: hue angle of 121.02º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B41 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 65 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.52 |
| HSL | 121.02º | 0.32% | 0.37% | - |
| HSV(B) | 121.02º | 0.48% | 0.48% | - |
| XYZ | 10.15 | 15.64 | 7.48 | - |
| YUV | 98.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 65 | 0.48 | 0 | 0.47 | 0.52 | 121.02 | 0.32 | 0.37 |
| Hex | 40 | 7B | 41 | 30 | 0 | 2F | 34 | 79 | 20 | 25 |
| Octal | 100 | 173 | 101 | 60 | 0 | 57 | 64 | 171 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1000001 | 110000 | 0 | 101111 | 110100 | 1111001 | 100000 | 100101 |
Color Harmonies of #407B41
Complementary color
Monochromatic Colors of #407B41
Black with #407B41
Text Example
Text Example
White with #407B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B41; }
p { color: rgb(64,123,65); }
H1.HeaderClassName
{
color: #407B41;
}
.AnyTagClassName
{
color: #407B41;
}
</style>
background-color css
<style>
a { background-color: #407B41; }
a { background-color: rgb(64,123,65); }
div.DivClassName
{
background-color: #407B41;
}
.BgClassName
{
background-color: #407B41;
}
</style>
border-color css
<style>
span { border-color: #407B41; }
span { border-color: rgb(64,123,65); }
td.TdClassName
{
border-color: #407B41;
}
.TagClassName
{
border-color: #407B41;
}
</style>