Shades of Killarney #3B7448
Tints of Killarney #3B7448
RGB
CMYK
RGB Variations
Color information
#3B7448 (or 0x3B7448) is known color: Killarney. HEX triplet: 3B, 74 and 48. RGB value is (59,116,72). Sum of RGB (Red+Green+Blue) = 59+116+72=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7448 is #C48BB7. Grayscale: #5E5E5E. Windows color (decimal): -12880824 or 4748347. OLE color: 4748347.
HSL color Cylindrical-coordinate representation of color #3B7448: hue angle of 133.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7448 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 72 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.55 |
| HSL | 133.68º | 0.33% | 0.34% | - |
| HSV(B) | 133.68º | 0.49% | 0.45% | - |
| XYZ | 9.22 | 13.89 | 8.33 | - |
| YUV | 93.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 72 | 0.49 | 0 | 0.38 | 0.55 | 133.68 | 0.33 | 0.34 |
| Hex | 3B | 74 | 48 | 31 | 0 | 26 | 37 | 86 | 21 | 22 |
| Octal | 73 | 164 | 110 | 61 | 0 | 46 | 67 | 206 | 41 | 42 |
| Binary | 111011 | 1110100 | 1001000 | 110001 | 0 | 100110 | 110111 | 10000110 | 100001 | 100010 |
Color Harmonies of #3B7448
Complementary color
Monochromatic Colors of #3B7448
Black with #3B7448
Text Example
Text Example
White with #3B7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7448; }
p { color: rgb(59,116,72); }
H1.HeaderClassName
{
color: #3B7448;
}
.AnyTagClassName
{
color: #3B7448;
}
</style>
background-color css
<style>
a { background-color: #3B7448; }
a { background-color: rgb(59,116,72); }
div.DivClassName
{
background-color: #3B7448;
}
.BgClassName
{
background-color: #3B7448;
}
</style>
border-color css
<style>
span { border-color: #3B7448; }
span { border-color: rgb(59,116,72); }
td.TdClassName
{
border-color: #3B7448;
}
.TagClassName
{
border-color: #3B7448;
}
</style>