Shades of Killarney #3F754C
Tints of Killarney #3F754C
RGB
CMYK
RGB Variations
Color information
#3F754C (or 0x3F754C) is known color: Killarney. HEX triplet: 3F, 75 and 4C. RGB value is (63,117,76). Sum of RGB (Red+Green+Blue) = 63+117+76=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #3F754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F754C is #C08AB3. Grayscale: #606060. Windows color (decimal): -12618420 or 5010751. OLE color: 5010751.
HSL color Cylindrical-coordinate representation of color #3F754C: hue angle of 134.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F754C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 76 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.54 |
| HSL | 134.44º | 0.3% | 0.35% | - |
| HSV(B) | 134.44º | 0.46% | 0.46% | - |
| XYZ | 9.72 | 14.3 | 9.09 | - |
| YUV | 96.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 76 | 0.46 | 0 | 0.35 | 0.54 | 134.44 | 0.3 | 0.35 |
| Hex | 3F | 75 | 4C | 2E | 0 | 23 | 36 | 86 | 1E | 23 |
| Octal | 77 | 165 | 114 | 56 | 0 | 43 | 66 | 206 | 36 | 43 |
| Binary | 111111 | 1110101 | 1001100 | 101110 | 0 | 100011 | 110110 | 10000110 | 11110 | 100011 |
Color Harmonies of #3F754C
Complementary color
Monochromatic Colors of #3F754C
Black with #3F754C
Text Example
Text Example
White with #3F754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F754C; }
p { color: rgb(63,117,76); }
H1.HeaderClassName
{
color: #3F754C;
}
.AnyTagClassName
{
color: #3F754C;
}
</style>
background-color css
<style>
a { background-color: #3F754C; }
a { background-color: rgb(63,117,76); }
div.DivClassName
{
background-color: #3F754C;
}
.BgClassName
{
background-color: #3F754C;
}
</style>
border-color css
<style>
span { border-color: #3F754C; }
span { border-color: rgb(63,117,76); }
td.TdClassName
{
border-color: #3F754C;
}
.TagClassName
{
border-color: #3F754C;
}
</style>