Shades of Killarney #3F7445
Tints of Killarney #3F7445
RGB
CMYK
RGB Variations
Color information
#3F7445 (or 0x3F7445) is known color: Killarney. HEX triplet: 3F, 74 and 45. RGB value is (63,116,69). Sum of RGB (Red+Green+Blue) = 63+116+69=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7445 is #C08BBA. Grayscale: #5E5E5E. Windows color (decimal): -12618683 or 4551743. OLE color: 4551743.
HSL color Cylindrical-coordinate representation of color #3F7445: hue angle of 126.79º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7445 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 69 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.55 |
| HSL | 126.79º | 0.3% | 0.35% | - |
| HSV(B) | 126.79º | 0.46% | 0.45% | - |
| XYZ | 9.37 | 13.98 | 7.83 | - |
| YUV | 94.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 69 | 0.46 | 0 | 0.41 | 0.55 | 126.79 | 0.3 | 0.35 |
| Hex | 3F | 74 | 45 | 2E | 0 | 29 | 37 | 7F | 1E | 23 |
| Octal | 77 | 164 | 105 | 56 | 0 | 51 | 67 | 177 | 36 | 43 |
| Binary | 111111 | 1110100 | 1000101 | 101110 | 0 | 101001 | 110111 | 1111111 | 11110 | 100011 |
Color Harmonies of #3F7445
Complementary color
Monochromatic Colors of #3F7445
Black with #3F7445
Text Example
Text Example
White with #3F7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7445; }
p { color: rgb(63,116,69); }
H1.HeaderClassName
{
color: #3F7445;
}
.AnyTagClassName
{
color: #3F7445;
}
</style>
background-color css
<style>
a { background-color: #3F7445; }
a { background-color: rgb(63,116,69); }
div.DivClassName
{
background-color: #3F7445;
}
.BgClassName
{
background-color: #3F7445;
}
</style>
border-color css
<style>
span { border-color: #3F7445; }
span { border-color: rgb(63,116,69); }
td.TdClassName
{
border-color: #3F7445;
}
.TagClassName
{
border-color: #3F7445;
}
</style>