Shades of Killarney #40784D
Tints of Killarney #40784D
RGB
CMYK
RGB Variations
Color information
#40784D (or 0x40784D) is known color: Killarney. HEX triplet: 40, 78 and 4D. RGB value is (64,120,77). Sum of RGB (Red+Green+Blue) = 64+120+77=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #40784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40784D is #BF87B2. Grayscale: #626262. Windows color (decimal): -12552115 or 5077056. OLE color: 5077056.
HSL color Cylindrical-coordinate representation of color #40784D: hue angle of 133.93º degrees, saturation: 0.3, 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 #40784D is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 77 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.53 |
| HSL | 133.93º | 0.3% | 0.36% | - |
| HSV(B) | 133.93º | 0.47% | 0.47% | - |
| XYZ | 10.17 | 15.06 | 9.39 | - |
| YUV | 98.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 77 | 0.47 | 0 | 0.36 | 0.53 | 133.93 | 0.3 | 0.36 |
| Hex | 40 | 78 | 4D | 2F | 0 | 24 | 35 | 86 | 1E | 24 |
| Octal | 100 | 170 | 115 | 57 | 0 | 44 | 65 | 206 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1001101 | 101111 | 0 | 100100 | 110101 | 10000110 | 11110 | 100100 |
Color Harmonies of #40784D
Complementary color
Monochromatic Colors of #40784D
Black with #40784D
Text Example
Text Example
White with #40784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40784D; }
p { color: rgb(64,120,77); }
H1.HeaderClassName
{
color: #40784D;
}
.AnyTagClassName
{
color: #40784D;
}
</style>
background-color css
<style>
a { background-color: #40784D; }
a { background-color: rgb(64,120,77); }
div.DivClassName
{
background-color: #40784D;
}
.BgClassName
{
background-color: #40784D;
}
</style>
border-color css
<style>
span { border-color: #40784D; }
span { border-color: rgb(64,120,77); }
td.TdClassName
{
border-color: #40784D;
}
.TagClassName
{
border-color: #40784D;
}
</style>