Shades of Killarney #40794B
Tints of Killarney #40794B
RGB
CMYK
RGB Variations
Color information
#40794B (or 0x40794B) is known color: Killarney. HEX triplet: 40, 79 and 4B. RGB value is (64,121,75). Sum of RGB (Red+Green+Blue) = 64+121+75=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #40794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40794B is #BF86B4. Grayscale: #626262. Windows color (decimal): -12551861 or 4946240. OLE color: 4946240.
HSL color Cylindrical-coordinate representation of color #40794B: hue angle of 131.58º 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 #40794B is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 75 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.53 |
| HSL | 131.58º | 0.31% | 0.36% | - |
| HSV(B) | 131.58º | 0.47% | 0.47% | - |
| XYZ | 10.22 | 15.27 | 9.07 | - |
| YUV | 98.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 75 | 0.47 | 0 | 0.38 | 0.53 | 131.58 | 0.31 | 0.36 |
| Hex | 40 | 79 | 4B | 2F | 0 | 26 | 35 | 84 | 1F | 24 |
| Octal | 100 | 171 | 113 | 57 | 0 | 46 | 65 | 204 | 37 | 44 |
| Binary | 1000000 | 1111001 | 1001011 | 101111 | 0 | 100110 | 110101 | 10000100 | 11111 | 100100 |
Color Harmonies of #40794B
Complementary color
Monochromatic Colors of #40794B
Black with #40794B
Text Example
Text Example
White with #40794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40794B; }
p { color: rgb(64,121,75); }
H1.HeaderClassName
{
color: #40794B;
}
.AnyTagClassName
{
color: #40794B;
}
</style>
background-color css
<style>
a { background-color: #40794B; }
a { background-color: rgb(64,121,75); }
div.DivClassName
{
background-color: #40794B;
}
.BgClassName
{
background-color: #40794B;
}
</style>
border-color css
<style>
span { border-color: #40794B; }
span { border-color: rgb(64,121,75); }
td.TdClassName
{
border-color: #40794B;
}
.TagClassName
{
border-color: #40794B;
}
</style>