Shades of Killarney #3F7545
Tints of Killarney #3F7545
RGB
CMYK
RGB Variations
Color information
#3F7545 (or 0x3F7545) is known color: Killarney. HEX triplet: 3F, 75 and 45. RGB value is (63,117,69). Sum of RGB (Red+Green+Blue) = 63+117+69=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7545 is #C08ABA. Grayscale: #5F5F5F. Windows color (decimal): -12618427 or 4551999. OLE color: 4551999.
HSL color Cylindrical-coordinate representation of color #3F7545: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7545 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 69 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.54 |
| HSL | 126.67º | 0.3% | 0.35% | - |
| HSV(B) | 126.67º | 0.46% | 0.46% | - |
| XYZ | 9.49 | 14.21 | 7.87 | - |
| YUV | 95.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 69 | 0.46 | 0 | 0.41 | 0.54 | 126.67 | 0.3 | 0.35 |
| Hex | 3F | 75 | 45 | 2E | 0 | 29 | 36 | 7F | 1E | 23 |
| Octal | 77 | 165 | 105 | 56 | 0 | 51 | 66 | 177 | 36 | 43 |
| Binary | 111111 | 1110101 | 1000101 | 101110 | 0 | 101001 | 110110 | 1111111 | 11110 | 100011 |
Color Harmonies of #3F7545
Complementary color
Monochromatic Colors of #3F7545
Black with #3F7545
Text Example
Text Example
White with #3F7545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7545; }
p { color: rgb(63,117,69); }
H1.HeaderClassName
{
color: #3F7545;
}
.AnyTagClassName
{
color: #3F7545;
}
</style>
background-color css
<style>
a { background-color: #3F7545; }
a { background-color: rgb(63,117,69); }
div.DivClassName
{
background-color: #3F7545;
}
.BgClassName
{
background-color: #3F7545;
}
</style>
border-color css
<style>
span { border-color: #3F7545; }
span { border-color: rgb(63,117,69); }
td.TdClassName
{
border-color: #3F7545;
}
.TagClassName
{
border-color: #3F7545;
}
</style>