Shades of Killarney #3F704D
Tints of Killarney #3F704D
RGB
CMYK
RGB Variations
Color information
#3F704D (or 0x3F704D) is known color: Killarney. HEX triplet: 3F, 70 and 4D. RGB value is (63,112,77). Sum of RGB (Red+Green+Blue) = 63+112+77=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F704D is #C08FB2. Grayscale: #5D5D5D. Windows color (decimal): -12619699 or 5075007. OLE color: 5075007.
HSL color Cylindrical-coordinate representation of color #3F704D: hue angle of 137.14º 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 #3F704D is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 77 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.56 |
| HSL | 137.14º | 0.28% | 0.34% | - |
| HSV(B) | 137.14º | 0.44% | 0.44% | - |
| XYZ | 9.18 | 13.18 | 9.08 | - |
| YUV | 93.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 77 | 0.44 | 0 | 0.31 | 0.56 | 137.14 | 0.28 | 0.34 |
| Hex | 3F | 70 | 4D | 2C | 0 | 1F | 38 | 89 | 1C | 22 |
| Octal | 77 | 160 | 115 | 54 | 0 | 37 | 70 | 211 | 34 | 42 |
| Binary | 111111 | 1110000 | 1001101 | 101100 | 0 | 11111 | 111000 | 10001001 | 11100 | 100010 |
Color Harmonies of #3F704D
Complementary color
Monochromatic Colors of #3F704D
Black with #3F704D
Text Example
Text Example
White with #3F704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F704D; }
p { color: rgb(63,112,77); }
H1.HeaderClassName
{
color: #3F704D;
}
.AnyTagClassName
{
color: #3F704D;
}
</style>
background-color css
<style>
a { background-color: #3F704D; }
a { background-color: rgb(63,112,77); }
div.DivClassName
{
background-color: #3F704D;
}
.BgClassName
{
background-color: #3F704D;
}
</style>
border-color css
<style>
span { border-color: #3F704D; }
span { border-color: rgb(63,112,77); }
td.TdClassName
{
border-color: #3F704D;
}
.TagClassName
{
border-color: #3F704D;
}
</style>