Shades of Killarney #40784A
Tints of Killarney #40784A
RGB
CMYK
RGB Variations
Color information
#40784A (or 0x40784A) is known color: Killarney. HEX triplet: 40, 78 and 4A. RGB value is (64,120,74). Sum of RGB (Red+Green+Blue) = 64+120+74=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #40784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40784A is #BF87B5. Grayscale: #626262. Windows color (decimal): -12552118 or 4880448. OLE color: 4880448.
HSL color Cylindrical-coordinate representation of color #40784A: hue angle of 130.71º 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 #40784A is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 74 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.53 |
| HSL | 130.71º | 0.3% | 0.36% | - |
| HSV(B) | 130.71º | 0.47% | 0.47% | - |
| XYZ | 10.07 | 15.02 | 8.85 | - |
| YUV | 98.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 74 | 0.47 | 0 | 0.38 | 0.53 | 130.71 | 0.3 | 0.36 |
| Hex | 40 | 78 | 4A | 2F | 0 | 26 | 35 | 83 | 1E | 24 |
| Octal | 100 | 170 | 112 | 57 | 0 | 46 | 65 | 203 | 36 | 44 |
| Binary | 1000000 | 1111000 | 1001010 | 101111 | 0 | 100110 | 110101 | 10000011 | 11110 | 100100 |
Color Harmonies of #40784A
Complementary color
Monochromatic Colors of #40784A
Black with #40784A
Text Example
Text Example
White with #40784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40784A; }
p { color: rgb(64,120,74); }
H1.HeaderClassName
{
color: #40784A;
}
.AnyTagClassName
{
color: #40784A;
}
</style>
background-color css
<style>
a { background-color: #40784A; }
a { background-color: rgb(64,120,74); }
div.DivClassName
{
background-color: #40784A;
}
.BgClassName
{
background-color: #40784A;
}
</style>
border-color css
<style>
span { border-color: #40784A; }
span { border-color: rgb(64,120,74); }
td.TdClassName
{
border-color: #40784A;
}
.TagClassName
{
border-color: #40784A;
}
</style>