Shades of Killarney #3C854B
Tints of Killarney #3C854B
RGB
CMYK
RGB Variations
Color information
#3C854B (or 0x3C854B) is known color: Killarney. HEX triplet: 3C, 85 and 4B. RGB value is (60,133,75). Sum of RGB (Red+Green+Blue) = 60+133+75=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #3C854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C854B is #C37AB4. Grayscale: #686868. Windows color (decimal): -12810933 or 4949308. OLE color: 4949308.
HSL color Cylindrical-coordinate representation of color #3C854B: hue angle of 132.33º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C854B is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 75 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.48 |
| HSL | 132.33º | 0.38% | 0.38% | - |
| HSV(B) | 132.33º | 0.55% | 0.52% | - |
| XYZ | 11.52 | 18.24 | 9.57 | - |
| YUV | 104.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 75 | 0.55 | 0 | 0.44 | 0.48 | 132.33 | 0.38 | 0.38 |
| Hex | 3C | 85 | 4B | 37 | 0 | 2C | 30 | 84 | 26 | 26 |
| Octal | 74 | 205 | 113 | 67 | 0 | 54 | 60 | 204 | 46 | 46 |
| Binary | 111100 | 10000101 | 1001011 | 110111 | 0 | 101100 | 110000 | 10000100 | 100110 | 100110 |
Color Harmonies of #3C854B
Complementary color
Monochromatic Colors of #3C854B
Black with #3C854B
Text Example
Text Example
White with #3C854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C854B; }
p { color: rgb(60,133,75); }
H1.HeaderClassName
{
color: #3C854B;
}
.AnyTagClassName
{
color: #3C854B;
}
</style>
background-color css
<style>
a { background-color: #3C854B; }
a { background-color: rgb(60,133,75); }
div.DivClassName
{
background-color: #3C854B;
}
.BgClassName
{
background-color: #3C854B;
}
</style>
border-color css
<style>
span { border-color: #3C854B; }
span { border-color: rgb(60,133,75); }
td.TdClassName
{
border-color: #3C854B;
}
.TagClassName
{
border-color: #3C854B;
}
</style>