Shades of Killarney #3F704B
Tints of Killarney #3F704B
RGB
CMYK
RGB Variations
Color information
#3F704B (or 0x3F704B) is known color: Killarney. HEX triplet: 3F, 70 and 4B. RGB value is (63,112,75). Sum of RGB (Red+Green+Blue) = 63+112+75=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #3F704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F704B is #C08FB4. Grayscale: #5D5D5D. Windows color (decimal): -12619701 or 4943935. OLE color: 4943935.
HSL color Cylindrical-coordinate representation of color #3F704B: hue angle of 134.69º 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 #3F704B is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 75 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.56 |
| HSL | 134.69º | 0.28% | 0.34% | - |
| HSV(B) | 134.69º | 0.44% | 0.44% | - |
| XYZ | 9.11 | 13.15 | 8.72 | - |
| YUV | 93.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 75 | 0.44 | 0 | 0.33 | 0.56 | 134.69 | 0.28 | 0.34 |
| Hex | 3F | 70 | 4B | 2C | 0 | 21 | 38 | 87 | 1C | 22 |
| Octal | 77 | 160 | 113 | 54 | 0 | 41 | 70 | 207 | 34 | 42 |
| Binary | 111111 | 1110000 | 1001011 | 101100 | 0 | 100001 | 111000 | 10000111 | 11100 | 100010 |
Color Harmonies of #3F704B
Complementary color
Monochromatic Colors of #3F704B
Black with #3F704B
Text Example
Text Example
White with #3F704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F704B; }
p { color: rgb(63,112,75); }
H1.HeaderClassName
{
color: #3F704B;
}
.AnyTagClassName
{
color: #3F704B;
}
</style>
background-color css
<style>
a { background-color: #3F704B; }
a { background-color: rgb(63,112,75); }
div.DivClassName
{
background-color: #3F704B;
}
.BgClassName
{
background-color: #3F704B;
}
</style>
border-color css
<style>
span { border-color: #3F704B; }
span { border-color: rgb(63,112,75); }
td.TdClassName
{
border-color: #3F704B;
}
.TagClassName
{
border-color: #3F704B;
}
</style>