Shades of Killarney #3B8B49
Tints of Killarney #3B8B49
RGB
CMYK
RGB Variations
Color information
#3B8B49 (or 0x3B8B49) is known color: Killarney. HEX triplet: 3B, 8B and 49. RGB value is (59,139,73). Sum of RGB (Red+Green+Blue) = 59+139+73=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8B49 is #C474B6. Grayscale: #6B6B6B. Windows color (decimal): -12874935 or 4819771. OLE color: 4819771.
HSL color Cylindrical-coordinate representation of color #3B8B49: hue angle of 130.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B49 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 139 | 73 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.45 |
| HSL | 130.5º | 0.4% | 0.39% | - |
| HSV(B) | 130.5º | 0.58% | 0.55% | - |
| XYZ | 12.24 | 19.88 | 9.49 | - |
| YUV | 107.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 73 | 0.58 | 0 | 0.47 | 0.45 | 130.5 | 0.4 | 0.39 |
| Hex | 3B | 8B | 49 | 3A | 0 | 2F | 2D | 82 | 28 | 27 |
| Octal | 73 | 213 | 111 | 72 | 0 | 57 | 55 | 202 | 50 | 47 |
| Binary | 111011 | 10001011 | 1001001 | 111010 | 0 | 101111 | 101101 | 10000010 | 101000 | 100111 |
Color Harmonies of #3B8B49
Complementary color
Monochromatic Colors of #3B8B49
Black with #3B8B49
Text Example
Text Example
White with #3B8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8B49; }
p { color: rgb(59,139,73); }
H1.HeaderClassName
{
color: #3B8B49;
}
.AnyTagClassName
{
color: #3B8B49;
}
</style>
background-color css
<style>
a { background-color: #3B8B49; }
a { background-color: rgb(59,139,73); }
div.DivClassName
{
background-color: #3B8B49;
}
.BgClassName
{
background-color: #3B8B49;
}
</style>
border-color css
<style>
span { border-color: #3B8B49; }
span { border-color: rgb(59,139,73); }
td.TdClassName
{
border-color: #3B8B49;
}
.TagClassName
{
border-color: #3B8B49;
}
</style>