Shades of Killarney #407D4B
Tints of Killarney #407D4B
RGB
CMYK
RGB Variations
Color information
#407D4B (or 0x407D4B) is known color: Killarney. HEX triplet: 40, 7D and 4B. RGB value is (64,125,75). Sum of RGB (Red+Green+Blue) = 64+125+75=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #407D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D4B is #BF82B4. Grayscale: #656565. Windows color (decimal): -12550837 or 4947264. OLE color: 4947264.
HSL color Cylindrical-coordinate representation of color #407D4B: hue angle of 130.82º 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 #407D4B is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 75 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.51 |
| HSL | 130.82º | 0.32% | 0.37% | - |
| HSV(B) | 130.82º | 0.49% | 0.49% | - |
| XYZ | 10.72 | 16.27 | 9.23 | - |
| YUV | 101.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 75 | 0.49 | 0 | 0.40 | 0.51 | 130.82 | 0.32 | 0.37 |
| Hex | 40 | 7D | 4B | 31 | 0 | 28 | 33 | 83 | 20 | 25 |
| Octal | 100 | 175 | 113 | 61 | 0 | 50 | 63 | 203 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1001011 | 110001 | 0 | 101000 | 110011 | 10000011 | 100000 | 100101 |
Color Harmonies of #407D4B
Complementary color
Monochromatic Colors of #407D4B
Black with #407D4B
Text Example
Text Example
White with #407D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D4B; }
p { color: rgb(64,125,75); }
H1.HeaderClassName
{
color: #407D4B;
}
.AnyTagClassName
{
color: #407D4B;
}
</style>
background-color css
<style>
a { background-color: #407D4B; }
a { background-color: rgb(64,125,75); }
div.DivClassName
{
background-color: #407D4B;
}
.BgClassName
{
background-color: #407D4B;
}
</style>
border-color css
<style>
span { border-color: #407D4B; }
span { border-color: rgb(64,125,75); }
td.TdClassName
{
border-color: #407D4B;
}
.TagClassName
{
border-color: #407D4B;
}
</style>