Shades of Killarney #3C804B
Tints of Killarney #3C804B
RGB
CMYK
RGB Variations
Color information
#3C804B (or 0x3C804B) is known color: Killarney. HEX triplet: 3C, 80 and 4B. RGB value is (60,128,75). Sum of RGB (Red+Green+Blue) = 60+128+75=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #3C804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C804B is #C37FB4. Grayscale: #656565. Windows color (decimal): -12812213 or 4948028. OLE color: 4948028.
HSL color Cylindrical-coordinate representation of color #3C804B: hue angle of 133.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C804B is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 75 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.50 |
| HSL | 133.24º | 0.36% | 0.37% | - |
| HSV(B) | 133.24º | 0.53% | 0.5% | - |
| XYZ | 10.85 | 16.91 | 9.35 | - |
| YUV | 101.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 75 | 0.53 | 0 | 0.41 | 0.50 | 133.24 | 0.36 | 0.37 |
| Hex | 3C | 80 | 4B | 35 | 0 | 29 | 32 | 85 | 24 | 25 |
| Octal | 74 | 200 | 113 | 65 | 0 | 51 | 62 | 205 | 44 | 45 |
| Binary | 111100 | 10000000 | 1001011 | 110101 | 0 | 101001 | 110010 | 10000101 | 100100 | 100101 |
Color Harmonies of #3C804B
Complementary color
Monochromatic Colors of #3C804B
Black with #3C804B
Text Example
Text Example
White with #3C804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C804B; }
p { color: rgb(60,128,75); }
H1.HeaderClassName
{
color: #3C804B;
}
.AnyTagClassName
{
color: #3C804B;
}
</style>
background-color css
<style>
a { background-color: #3C804B; }
a { background-color: rgb(60,128,75); }
div.DivClassName
{
background-color: #3C804B;
}
.BgClassName
{
background-color: #3C804B;
}
</style>
border-color css
<style>
span { border-color: #3C804B; }
span { border-color: rgb(60,128,75); }
td.TdClassName
{
border-color: #3C804B;
}
.TagClassName
{
border-color: #3C804B;
}
</style>