Shades of Killarney #40774F
Tints of Killarney #40774F
RGB
CMYK
RGB Variations
Color information
#40774F (or 0x40774F) is known color: Killarney. HEX triplet: 40, 77 and 4F. RGB value is (64,119,79). Sum of RGB (Red+Green+Blue) = 64+119+79=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #40774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40774F is #BF88B0. Grayscale: #626262. Windows color (decimal): -12552369 or 5207872. OLE color: 5207872.
HSL color Cylindrical-coordinate representation of color #40774F: hue angle of 136.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40774F is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 79 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.53 |
| HSL | 136.36º | 0.3% | 0.36% | - |
| HSV(B) | 136.36º | 0.46% | 0.47% | - |
| XYZ | 10.12 | 14.85 | 9.73 | - |
| YUV | 98 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 79 | 0.46 | 0 | 0.34 | 0.53 | 136.36 | 0.3 | 0.36 |
| Hex | 40 | 77 | 4F | 2E | 0 | 22 | 35 | 88 | 1E | 24 |
| Octal | 100 | 167 | 117 | 56 | 0 | 42 | 65 | 210 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1001111 | 101110 | 0 | 100010 | 110101 | 10001000 | 11110 | 100100 |
Color Harmonies of #40774F
Complementary color
Monochromatic Colors of #40774F
Black with #40774F
Text Example
Text Example
White with #40774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40774F; }
p { color: rgb(64,119,79); }
H1.HeaderClassName
{
color: #40774F;
}
.AnyTagClassName
{
color: #40774F;
}
</style>
background-color css
<style>
a { background-color: #40774F; }
a { background-color: rgb(64,119,79); }
div.DivClassName
{
background-color: #40774F;
}
.BgClassName
{
background-color: #40774F;
}
</style>
border-color css
<style>
span { border-color: #40774F; }
span { border-color: rgb(64,119,79); }
td.TdClassName
{
border-color: #40774F;
}
.TagClassName
{
border-color: #40774F;
}
</style>