Shades of Killarney #40794C
Tints of Killarney #40794C
RGB
CMYK
RGB Variations
Color information
#40794C (or 0x40794C) is known color: Killarney. HEX triplet: 40, 79 and 4C. RGB value is (64,121,76). Sum of RGB (Red+Green+Blue) = 64+121+76=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #40794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40794C is #BF86B3. Grayscale: #626262. Windows color (decimal): -12551860 or 5011776. OLE color: 5011776.
HSL color Cylindrical-coordinate representation of color #40794C: hue angle of 132.63º 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 #40794C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 76 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.53 |
| HSL | 132.63º | 0.31% | 0.36% | - |
| HSV(B) | 132.63º | 0.47% | 0.47% | - |
| XYZ | 10.26 | 15.29 | 9.25 | - |
| YUV | 98.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 76 | 0.47 | 0 | 0.37 | 0.53 | 132.63 | 0.31 | 0.36 |
| Hex | 40 | 79 | 4C | 2F | 0 | 25 | 35 | 85 | 1F | 24 |
| Octal | 100 | 171 | 114 | 57 | 0 | 45 | 65 | 205 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1001100 | 101111 | 0 | 100101 | 110101 | 10000101 | 11111 | 100100 |
Color Harmonies of #40794C
Complementary color
Monochromatic Colors of #40794C
Black with #40794C
Text Example
Text Example
White with #40794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40794C; }
p { color: rgb(64,121,76); }
H1.HeaderClassName
{
color: #40794C;
}
.AnyTagClassName
{
color: #40794C;
}
</style>
background-color css
<style>
a { background-color: #40794C; }
a { background-color: rgb(64,121,76); }
div.DivClassName
{
background-color: #40794C;
}
.BgClassName
{
background-color: #40794C;
}
</style>
border-color css
<style>
span { border-color: #40794C; }
span { border-color: rgb(64,121,76); }
td.TdClassName
{
border-color: #40794C;
}
.TagClassName
{
border-color: #40794C;
}
</style>