Shades of Killarney #3F714C
Tints of Killarney #3F714C
RGB
CMYK
RGB Variations
Color information
#3F714C (or 0x3F714C) is known color: Killarney. HEX triplet: 3F, 71 and 4C. RGB value is (63,113,76). Sum of RGB (Red+Green+Blue) = 63+113+76=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3F714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F714C is #C08EB3. Grayscale: #5D5D5D. Windows color (decimal): -12619444 or 5009727. OLE color: 5009727.
HSL color Cylindrical-coordinate representation of color #3F714C: hue angle of 135.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F714C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 76 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.56 |
| HSL | 135.6º | 0.28% | 0.35% | - |
| HSV(B) | 135.6º | 0.44% | 0.44% | - |
| XYZ | 9.26 | 13.39 | 8.93 | - |
| YUV | 93.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 76 | 0.44 | 0 | 0.33 | 0.56 | 135.6 | 0.28 | 0.35 |
| Hex | 3F | 71 | 4C | 2C | 0 | 21 | 38 | 88 | 1C | 23 |
| Octal | 77 | 161 | 114 | 54 | 0 | 41 | 70 | 210 | 34 | 43 |
| Binary | 111111 | 1110001 | 1001100 | 101100 | 0 | 100001 | 111000 | 10001000 | 11100 | 100011 |
Color Harmonies of #3F714C
Complementary color
Monochromatic Colors of #3F714C
Black with #3F714C
Text Example
Text Example
White with #3F714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F714C; }
p { color: rgb(63,113,76); }
H1.HeaderClassName
{
color: #3F714C;
}
.AnyTagClassName
{
color: #3F714C;
}
</style>
background-color css
<style>
a { background-color: #3F714C; }
a { background-color: rgb(63,113,76); }
div.DivClassName
{
background-color: #3F714C;
}
.BgClassName
{
background-color: #3F714C;
}
</style>
border-color css
<style>
span { border-color: #3F714C; }
span { border-color: rgb(63,113,76); }
td.TdClassName
{
border-color: #3F714C;
}
.TagClassName
{
border-color: #3F714C;
}
</style>