Shades of Killarney #3B894A
Tints of Killarney #3B894A
RGB
CMYK
RGB Variations
Color information
#3B894A (or 0x3B894A) is known color: Killarney. HEX triplet: 3B, 89 and 4A. RGB value is (59,137,74). Sum of RGB (Red+Green+Blue) = 59+137+74=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #3B894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B894A is #C476B5. Grayscale: #6A6A6A. Windows color (decimal): -12875446 or 4884795. OLE color: 4884795.
HSL color Cylindrical-coordinate representation of color #3B894A: hue angle of 131.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B894A is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 137 | 74 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.46 |
| HSL | 131.54º | 0.4% | 0.38% | - |
| HSV(B) | 131.54º | 0.57% | 0.54% | - |
| XYZ | 11.99 | 19.32 | 9.58 | - |
| YUV | 106.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 74 | 0.57 | 0 | 0.46 | 0.46 | 131.54 | 0.4 | 0.38 |
| Hex | 3B | 89 | 4A | 39 | 0 | 2E | 2E | 84 | 28 | 26 |
| Octal | 73 | 211 | 112 | 71 | 0 | 56 | 56 | 204 | 50 | 46 |
| Binary | 111011 | 10001001 | 1001010 | 111001 | 0 | 101110 | 101110 | 10000100 | 101000 | 100110 |
Color Harmonies of #3B894A
Complementary color
Monochromatic Colors of #3B894A
Black with #3B894A
Text Example
Text Example
White with #3B894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B894A; }
p { color: rgb(59,137,74); }
H1.HeaderClassName
{
color: #3B894A;
}
.AnyTagClassName
{
color: #3B894A;
}
</style>
background-color css
<style>
a { background-color: #3B894A; }
a { background-color: rgb(59,137,74); }
div.DivClassName
{
background-color: #3B894A;
}
.BgClassName
{
background-color: #3B894A;
}
</style>
border-color css
<style>
span { border-color: #3B894A; }
span { border-color: rgb(59,137,74); }
td.TdClassName
{
border-color: #3B894A;
}
.TagClassName
{
border-color: #3B894A;
}
</style>