Shades of Killarney #3B7D46
Tints of Killarney #3B7D46
RGB
CMYK
RGB Variations
Color information
#3B7D46 (or 0x3B7D46) is known color: Killarney. HEX triplet: 3B, 7D and 46. RGB value is (59,125,70). Sum of RGB (Red+Green+Blue) = 59+125+70=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7D46 is #C482B9. Grayscale: #636363. Windows color (decimal): -12878522 or 4619579. OLE color: 4619579.
HSL color Cylindrical-coordinate representation of color #3B7D46: hue angle of 130º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D46 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 70 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.51 |
| HSL | 130º | 0.36% | 0.36% | - |
| HSV(B) | 130º | 0.53% | 0.49% | - |
| XYZ | 10.24 | 16.04 | 8.35 | - |
| YUV | 99 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 70 | 0.53 | 0 | 0.44 | 0.51 | 130 | 0.36 | 0.36 |
| Hex | 3B | 7D | 46 | 35 | 0 | 2C | 33 | 82 | 24 | 24 |
| Octal | 73 | 175 | 106 | 65 | 0 | 54 | 63 | 202 | 44 | 44 |
| Binary | 111011 | 1111101 | 1000110 | 110101 | 0 | 101100 | 110011 | 10000010 | 100100 | 100100 |
Color Harmonies of #3B7D46
Complementary color
Monochromatic Colors of #3B7D46
Black with #3B7D46
Text Example
Text Example
White with #3B7D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D46; }
p { color: rgb(59,125,70); }
H1.HeaderClassName
{
color: #3B7D46;
}
.AnyTagClassName
{
color: #3B7D46;
}
</style>
background-color css
<style>
a { background-color: #3B7D46; }
a { background-color: rgb(59,125,70); }
div.DivClassName
{
background-color: #3B7D46;
}
.BgClassName
{
background-color: #3B7D46;
}
</style>
border-color css
<style>
span { border-color: #3B7D46; }
span { border-color: rgb(59,125,70); }
td.TdClassName
{
border-color: #3B7D46;
}
.TagClassName
{
border-color: #3B7D46;
}
</style>