Shades of Killarney #3B8742
Tints of Killarney #3B8742
RGB
CMYK
RGB Variations
Color information
#3B8742 (or 0x3B8742) is known color: Killarney. HEX triplet: 3B, 87 and 42. RGB value is (59,135,66). Sum of RGB (Red+Green+Blue) = 59+135+66=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8742 is #C478BD. Grayscale: #686868. Windows color (decimal): -12875966 or 4359995. OLE color: 4359995.
HSL color Cylindrical-coordinate representation of color #3B8742: hue angle of 125.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8742 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 66 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.47 |
| HSL | 125.53º | 0.39% | 0.38% | - |
| HSV(B) | 125.53º | 0.56% | 0.53% | - |
| XYZ | 11.45 | 18.65 | 8.15 | - |
| YUV | 104.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 66 | 0.56 | 0 | 0.51 | 0.47 | 125.53 | 0.39 | 0.38 |
| Hex | 3B | 87 | 42 | 38 | 0 | 33 | 2F | 7E | 27 | 26 |
| Octal | 73 | 207 | 102 | 70 | 0 | 63 | 57 | 176 | 47 | 46 |
| Binary | 111011 | 10000111 | 1000010 | 111000 | 0 | 110011 | 101111 | 1111110 | 100111 | 100110 |
Color Harmonies of #3B8742
Complementary color
Monochromatic Colors of #3B8742
Black with #3B8742
Text Example
Text Example
White with #3B8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8742; }
p { color: rgb(59,135,66); }
H1.HeaderClassName
{
color: #3B8742;
}
.AnyTagClassName
{
color: #3B8742;
}
</style>
background-color css
<style>
a { background-color: #3B8742; }
a { background-color: rgb(59,135,66); }
div.DivClassName
{
background-color: #3B8742;
}
.BgClassName
{
background-color: #3B8742;
}
</style>
border-color css
<style>
span { border-color: #3B8742; }
span { border-color: rgb(59,135,66); }
td.TdClassName
{
border-color: #3B8742;
}
.TagClassName
{
border-color: #3B8742;
}
</style>