Shades of Killarney #3F804D
Tints of Killarney #3F804D
RGB
CMYK
RGB Variations
Color information
#3F804D (or 0x3F804D) is known color: Killarney. HEX triplet: 3F, 80 and 4D. RGB value is (63,128,77). Sum of RGB (Red+Green+Blue) = 63+128+77=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #3F804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F804D is #C07FB2. Grayscale: #666666. Windows color (decimal): -12615603 or 5079103. OLE color: 5079103.
HSL color Cylindrical-coordinate representation of color #3F804D: hue angle of 132.92º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F804D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 77 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.50 |
| HSL | 132.92º | 0.34% | 0.37% | - |
| HSV(B) | 132.92º | 0.51% | 0.5% | - |
| XYZ | 11.11 | 17.03 | 9.72 | - |
| YUV | 102.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 77 | 0.51 | 0 | 0.40 | 0.50 | 132.92 | 0.34 | 0.37 |
| Hex | 3F | 80 | 4D | 33 | 0 | 28 | 32 | 85 | 22 | 25 |
| Octal | 77 | 200 | 115 | 63 | 0 | 50 | 62 | 205 | 42 | 45 |
| Binary | 111111 | 10000000 | 1001101 | 110011 | 0 | 101000 | 110010 | 10000101 | 100010 | 100101 |
Color Harmonies of #3F804D
Complementary color
Monochromatic Colors of #3F804D
Black with #3F804D
Text Example
Text Example
White with #3F804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F804D; }
p { color: rgb(63,128,77); }
H1.HeaderClassName
{
color: #3F804D;
}
.AnyTagClassName
{
color: #3F804D;
}
</style>
background-color css
<style>
a { background-color: #3F804D; }
a { background-color: rgb(63,128,77); }
div.DivClassName
{
background-color: #3F804D;
}
.BgClassName
{
background-color: #3F804D;
}
</style>
border-color css
<style>
span { border-color: #3F804D; }
span { border-color: rgb(63,128,77); }
td.TdClassName
{
border-color: #3F804D;
}
.TagClassName
{
border-color: #3F804D;
}
</style>