Shades of Killarney #407B4A
Tints of Killarney #407B4A
RGB
CMYK
RGB Variations
Color information
#407B4A (or 0x407B4A) is known color: Killarney. HEX triplet: 40, 7B and 4A. RGB value is (64,123,74). Sum of RGB (Red+Green+Blue) = 64+123+74=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #407B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B4A is #BF84B5. Grayscale: #636363. Windows color (decimal): -12551350 or 4881216. OLE color: 4881216.
HSL color Cylindrical-coordinate representation of color #407B4A: hue angle of 130.17º 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 #407B4A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 74 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.52 |
| HSL | 130.17º | 0.32% | 0.37% | - |
| HSV(B) | 130.17º | 0.48% | 0.48% | - |
| XYZ | 10.43 | 15.75 | 8.97 | - |
| YUV | 99.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 74 | 0.48 | 0 | 0.40 | 0.52 | 130.17 | 0.32 | 0.37 |
| Hex | 40 | 7B | 4A | 30 | 0 | 28 | 34 | 82 | 20 | 25 |
| Octal | 100 | 173 | 112 | 60 | 0 | 50 | 64 | 202 | 40 | 45 |
| Binary | 1000000 | 1111011 | 1001010 | 110000 | 0 | 101000 | 110100 | 10000010 | 100000 | 100101 |
Color Harmonies of #407B4A
Complementary color
Monochromatic Colors of #407B4A
Black with #407B4A
Text Example
Text Example
White with #407B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B4A; }
p { color: rgb(64,123,74); }
H1.HeaderClassName
{
color: #407B4A;
}
.AnyTagClassName
{
color: #407B4A;
}
</style>
background-color css
<style>
a { background-color: #407B4A; }
a { background-color: rgb(64,123,74); }
div.DivClassName
{
background-color: #407B4A;
}
.BgClassName
{
background-color: #407B4A;
}
</style>
border-color css
<style>
span { border-color: #407B4A; }
span { border-color: rgb(64,123,74); }
td.TdClassName
{
border-color: #407B4A;
}
.TagClassName
{
border-color: #407B4A;
}
</style>