Shades of Killarney #3F704C
Tints of Killarney #3F704C
RGB
CMYK
RGB Variations
Color information
#3F704C (or 0x3F704C) is known color: Killarney. HEX triplet: 3F, 70 and 4C. RGB value is (63,112,76). Sum of RGB (Red+Green+Blue) = 63+112+76=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F704C is #C08FB3. Grayscale: #5D5D5D. Windows color (decimal): -12619700 or 5009471. OLE color: 5009471.
HSL color Cylindrical-coordinate representation of color #3F704C: hue angle of 135.92º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F704C is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 76 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.56 |
| HSL | 135.92º | 0.28% | 0.34% | - |
| HSV(B) | 135.92º | 0.44% | 0.44% | - |
| XYZ | 9.15 | 13.17 | 8.9 | - |
| YUV | 93.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 76 | 0.44 | 0 | 0.32 | 0.56 | 135.92 | 0.28 | 0.34 |
| Hex | 3F | 70 | 4C | 2C | 0 | 20 | 38 | 88 | 1C | 22 |
| Octal | 77 | 160 | 114 | 54 | 0 | 40 | 70 | 210 | 34 | 42 |
| Binary | 111111 | 1110000 | 1001100 | 101100 | 0 | 100000 | 111000 | 10001000 | 11100 | 100010 |
Color Harmonies of #3F704C
Complementary color
Monochromatic Colors of #3F704C
Black with #3F704C
Text Example
Text Example
White with #3F704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F704C; }
p { color: rgb(63,112,76); }
H1.HeaderClassName
{
color: #3F704C;
}
.AnyTagClassName
{
color: #3F704C;
}
</style>
background-color css
<style>
a { background-color: #3F704C; }
a { background-color: rgb(63,112,76); }
div.DivClassName
{
background-color: #3F704C;
}
.BgClassName
{
background-color: #3F704C;
}
</style>
border-color css
<style>
span { border-color: #3F704C; }
span { border-color: rgb(63,112,76); }
td.TdClassName
{
border-color: #3F704C;
}
.TagClassName
{
border-color: #3F704C;
}
</style>