Shades of Killarney #40714B
Tints of Killarney #40714B
RGB
CMYK
RGB Variations
Color information
#40714B (or 0x40714B) is known color: Killarney. HEX triplet: 40, 71 and 4B. RGB value is (64,113,75). Sum of RGB (Red+Green+Blue) = 64+113+75=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #40714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40714B is #BF8EB4. Grayscale: #5E5E5E. Windows color (decimal): -12553909 or 4944192. OLE color: 4944192.
HSL color Cylindrical-coordinate representation of color #40714B: hue angle of 133.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40714B is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 75 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.56 |
| HSL | 133.47º | 0.28% | 0.35% | - |
| HSV(B) | 133.47º | 0.43% | 0.44% | - |
| XYZ | 9.29 | 13.41 | 8.76 | - |
| YUV | 94.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 75 | 0.43 | 0 | 0.34 | 0.56 | 133.47 | 0.28 | 0.35 |
| Hex | 40 | 71 | 4B | 2B | 0 | 22 | 38 | 85 | 1C | 23 |
| Octal | 100 | 161 | 113 | 53 | 0 | 42 | 70 | 205 | 34 | 43 |
| Binary | 1000000 | 1110001 | 1001011 | 101011 | 0 | 100010 | 111000 | 10000101 | 11100 | 100011 |
Color Harmonies of #40714B
Complementary color
Monochromatic Colors of #40714B
Black with #40714B
Text Example
Text Example
White with #40714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40714B; }
p { color: rgb(64,113,75); }
H1.HeaderClassName
{
color: #40714B;
}
.AnyTagClassName
{
color: #40714B;
}
</style>
background-color css
<style>
a { background-color: #40714B; }
a { background-color: rgb(64,113,75); }
div.DivClassName
{
background-color: #40714B;
}
.BgClassName
{
background-color: #40714B;
}
</style>
border-color css
<style>
span { border-color: #40714B; }
span { border-color: rgb(64,113,75); }
td.TdClassName
{
border-color: #40714B;
}
.TagClassName
{
border-color: #40714B;
}
</style>