Shades of Killarney #407D4D
Tints of Killarney #407D4D
RGB
CMYK
RGB Variations
Color information
#407D4D (or 0x407D4D) is known color: Killarney. HEX triplet: 40, 7D and 4D. RGB value is (64,125,77). Sum of RGB (Red+Green+Blue) = 64+125+77=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 125 - color contains mainly: green. Hex color #407D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D4D is #BF82B2. Grayscale: #656565. Windows color (decimal): -12550835 or 5078336. OLE color: 5078336.
HSL color Cylindrical-coordinate representation of color #407D4D: hue angle of 132.79º degrees, saturation: 0.32, 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 #407D4D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 77 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.51 |
| HSL | 132.79º | 0.32% | 0.37% | - |
| HSV(B) | 132.79º | 0.49% | 0.49% | - |
| XYZ | 10.79 | 16.29 | 9.6 | - |
| YUV | 101.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 77 | 0.49 | 0 | 0.38 | 0.51 | 132.79 | 0.32 | 0.37 |
| Hex | 40 | 7D | 4D | 31 | 0 | 26 | 33 | 85 | 20 | 25 |
| Octal | 100 | 175 | 115 | 61 | 0 | 46 | 63 | 205 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1001101 | 110001 | 0 | 100110 | 110011 | 10000101 | 100000 | 100101 |
Color Harmonies of #407D4D
Complementary color
Monochromatic Colors of #407D4D
Black with #407D4D
Text Example
Text Example
White with #407D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D4D; }
p { color: rgb(64,125,77); }
H1.HeaderClassName
{
color: #407D4D;
}
.AnyTagClassName
{
color: #407D4D;
}
</style>
background-color css
<style>
a { background-color: #407D4D; }
a { background-color: rgb(64,125,77); }
div.DivClassName
{
background-color: #407D4D;
}
.BgClassName
{
background-color: #407D4D;
}
</style>
border-color css
<style>
span { border-color: #407D4D; }
span { border-color: rgb(64,125,77); }
td.TdClassName
{
border-color: #407D4D;
}
.TagClassName
{
border-color: #407D4D;
}
</style>