Shades of Killarney #3B834A
Tints of Killarney #3B834A
RGB
CMYK
RGB Variations
Color information
#3B834A (or 0x3B834A) is known color: Killarney. HEX triplet: 3B, 83 and 4A. RGB value is (59,131,74). Sum of RGB (Red+Green+Blue) = 59+131+74=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #3B834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B834A is #C47CB5. Grayscale: #676767. Windows color (decimal): -12876982 or 4883259. OLE color: 4883259.
HSL color Cylindrical-coordinate representation of color #3B834A: hue angle of 132.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B834A is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 131 | 74 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.49 |
| HSL | 132.5º | 0.38% | 0.37% | - |
| HSV(B) | 132.5º | 0.55% | 0.51% | - |
| XYZ | 11.16 | 17.66 | 9.3 | - |
| YUV | 102.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 74 | 0.55 | 0 | 0.44 | 0.49 | 132.5 | 0.38 | 0.37 |
| Hex | 3B | 83 | 4A | 37 | 0 | 2C | 31 | 84 | 26 | 25 |
| Octal | 73 | 203 | 112 | 67 | 0 | 54 | 61 | 204 | 46 | 45 |
| Binary | 111011 | 10000011 | 1001010 | 110111 | 0 | 101100 | 110001 | 10000100 | 100110 | 100101 |
Color Harmonies of #3B834A
Complementary color
Monochromatic Colors of #3B834A
Black with #3B834A
Text Example
Text Example
White with #3B834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B834A; }
p { color: rgb(59,131,74); }
H1.HeaderClassName
{
color: #3B834A;
}
.AnyTagClassName
{
color: #3B834A;
}
</style>
background-color css
<style>
a { background-color: #3B834A; }
a { background-color: rgb(59,131,74); }
div.DivClassName
{
background-color: #3B834A;
}
.BgClassName
{
background-color: #3B834A;
}
</style>
border-color css
<style>
span { border-color: #3B834A; }
span { border-color: rgb(59,131,74); }
td.TdClassName
{
border-color: #3B834A;
}
.TagClassName
{
border-color: #3B834A;
}
</style>