Shades of Killarney #3B8145
Tints of Killarney #3B8145
RGB
CMYK
RGB Variations
Color information
#3B8145 (or 0x3B8145) is known color: Killarney. HEX triplet: 3B, 81 and 45. RGB value is (59,129,69). Sum of RGB (Red+Green+Blue) = 59+129+69=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8145 is #C47EBA. Grayscale: #656565. Windows color (decimal): -12877499 or 4555067. OLE color: 4555067.
HSL color Cylindrical-coordinate representation of color #3B8145: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B8145 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 129 | 69 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.49 |
| HSL | 128.57º | 0.37% | 0.37% | - |
| HSV(B) | 128.57º | 0.54% | 0.51% | - |
| XYZ | 10.73 | 17.06 | 8.36 | - |
| YUV | 101.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 69 | 0.54 | 0 | 0.47 | 0.49 | 128.57 | 0.37 | 0.37 |
| Hex | 3B | 81 | 45 | 36 | 0 | 2F | 31 | 81 | 25 | 25 |
| Octal | 73 | 201 | 105 | 66 | 0 | 57 | 61 | 201 | 45 | 45 |
| Binary | 111011 | 10000001 | 1000101 | 110110 | 0 | 101111 | 110001 | 10000001 | 100101 | 100101 |
Color Harmonies of #3B8145
Complementary color
Monochromatic Colors of #3B8145
Black with #3B8145
Text Example
Text Example
White with #3B8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8145; }
p { color: rgb(59,129,69); }
H1.HeaderClassName
{
color: #3B8145;
}
.AnyTagClassName
{
color: #3B8145;
}
</style>
background-color css
<style>
a { background-color: #3B8145; }
a { background-color: rgb(59,129,69); }
div.DivClassName
{
background-color: #3B8145;
}
.BgClassName
{
background-color: #3B8145;
}
</style>
border-color css
<style>
span { border-color: #3B8145; }
span { border-color: rgb(59,129,69); }
td.TdClassName
{
border-color: #3B8145;
}
.TagClassName
{
border-color: #3B8145;
}
</style>