Shades of Killarney #40794F
Tints of Killarney #40794F
RGB
CMYK
RGB Variations
Color information
#40794F (or 0x40794F) is known color: Killarney. HEX triplet: 40, 79 and 4F. RGB value is (64,121,79). Sum of RGB (Red+Green+Blue) = 64+121+79=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #40794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40794F is #BF86B0. Grayscale: #636363. Windows color (decimal): -12551857 or 5208384. OLE color: 5208384.
HSL color Cylindrical-coordinate representation of color #40794F: hue angle of 135.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40794F is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 79 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.53 |
| HSL | 135.79º | 0.31% | 0.36% | - |
| HSV(B) | 135.79º | 0.47% | 0.47% | - |
| XYZ | 10.36 | 15.33 | 9.81 | - |
| YUV | 99.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 79 | 0.47 | 0 | 0.35 | 0.53 | 135.79 | 0.31 | 0.36 |
| Hex | 40 | 79 | 4F | 2F | 0 | 23 | 35 | 88 | 1F | 24 |
| Octal | 100 | 171 | 117 | 57 | 0 | 43 | 65 | 210 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1001111 | 101111 | 0 | 100011 | 110101 | 10001000 | 11111 | 100100 |
Color Harmonies of #40794F
Complementary color
Monochromatic Colors of #40794F
Black with #40794F
Text Example
Text Example
White with #40794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40794F; }
p { color: rgb(64,121,79); }
H1.HeaderClassName
{
color: #40794F;
}
.AnyTagClassName
{
color: #40794F;
}
</style>
background-color css
<style>
a { background-color: #40794F; }
a { background-color: rgb(64,121,79); }
div.DivClassName
{
background-color: #40794F;
}
.BgClassName
{
background-color: #40794F;
}
</style>
border-color css
<style>
span { border-color: #40794F; }
span { border-color: rgb(64,121,79); }
td.TdClassName
{
border-color: #40794F;
}
.TagClassName
{
border-color: #40794F;
}
</style>