Shades of Killarney #40774C
Tints of Killarney #40774C
RGB
CMYK
RGB Variations
Color information
#40774C (or 0x40774C) is known color: Killarney. HEX triplet: 40, 77 and 4C. RGB value is (64,119,76). Sum of RGB (Red+Green+Blue) = 64+119+76=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #40774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40774C is #BF88B3. Grayscale: #616161. Windows color (decimal): -12552372 or 5011264. OLE color: 5011264.
HSL color Cylindrical-coordinate representation of color #40774C: hue angle of 133.09º 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 #40774C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 76 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.53 |
| HSL | 133.09º | 0.3% | 0.36% | - |
| HSV(B) | 133.09º | 0.46% | 0.47% | - |
| XYZ | 10.02 | 14.81 | 9.17 | - |
| YUV | 97.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 76 | 0.46 | 0 | 0.36 | 0.53 | 133.09 | 0.3 | 0.36 |
| Hex | 40 | 77 | 4C | 2E | 0 | 24 | 35 | 85 | 1E | 24 |
| Octal | 100 | 167 | 114 | 56 | 0 | 44 | 65 | 205 | 36 | 44 |
| Binary | 1000000 | 1110111 | 1001100 | 101110 | 0 | 100100 | 110101 | 10000101 | 11110 | 100100 |
Color Harmonies of #40774C
Complementary color
Monochromatic Colors of #40774C
Black with #40774C
Text Example
Text Example
White with #40774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40774C; }
p { color: rgb(64,119,76); }
H1.HeaderClassName
{
color: #40774C;
}
.AnyTagClassName
{
color: #40774C;
}
</style>
background-color css
<style>
a { background-color: #40774C; }
a { background-color: rgb(64,119,76); }
div.DivClassName
{
background-color: #40774C;
}
.BgClassName
{
background-color: #40774C;
}
</style>
border-color css
<style>
span { border-color: #40774C; }
span { border-color: rgb(64,119,76); }
td.TdClassName
{
border-color: #40774C;
}
.TagClassName
{
border-color: #40774C;
}
</style>