Shades of Killarney #3C7F4B
Tints of Killarney #3C7F4B
RGB
CMYK
RGB Variations
Color information
#3C7F4B (or 0x3C7F4B) is known color: Killarney. HEX triplet: 3C, 7F and 4B. RGB value is (60,127,75). Sum of RGB (Red+Green+Blue) = 60+127+75=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F4B is #C380B4. Grayscale: #656565. Windows color (decimal): -12812469 or 4947772. OLE color: 4947772.
HSL color Cylindrical-coordinate representation of color #3C7F4B: hue angle of 133.43º 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 #3C7F4B is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 127 | 75 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.50 |
| HSL | 133.43º | 0.36% | 0.37% | - |
| HSV(B) | 133.43º | 0.53% | 0.5% | - |
| XYZ | 10.72 | 16.65 | 9.3 | - |
| YUV | 101.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 75 | 0.53 | 0 | 0.41 | 0.50 | 133.43 | 0.36 | 0.37 |
| Hex | 3C | 7F | 4B | 35 | 0 | 29 | 32 | 85 | 24 | 25 |
| Octal | 74 | 177 | 113 | 65 | 0 | 51 | 62 | 205 | 44 | 45 |
| Binary | 111100 | 1111111 | 1001011 | 110101 | 0 | 101001 | 110010 | 10000101 | 100100 | 100101 |
Color Harmonies of #3C7F4B
Complementary color
Monochromatic Colors of #3C7F4B
Black with #3C7F4B
Text Example
Text Example
White with #3C7F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7F4B; }
p { color: rgb(60,127,75); }
H1.HeaderClassName
{
color: #3C7F4B;
}
.AnyTagClassName
{
color: #3C7F4B;
}
</style>
background-color css
<style>
a { background-color: #3C7F4B; }
a { background-color: rgb(60,127,75); }
div.DivClassName
{
background-color: #3C7F4B;
}
.BgClassName
{
background-color: #3C7F4B;
}
</style>
border-color css
<style>
span { border-color: #3C7F4B; }
span { border-color: rgb(60,127,75); }
td.TdClassName
{
border-color: #3C7F4B;
}
.TagClassName
{
border-color: #3C7F4B;
}
</style>