Shades of Killarney #3F764B
Tints of Killarney #3F764B
RGB
CMYK
RGB Variations
Color information
#3F764B (or 0x3F764B) is known color: Killarney. HEX triplet: 3F, 76 and 4B. RGB value is (63,118,75). Sum of RGB (Red+Green+Blue) = 63+118+75=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #3F764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F764B is #C089B4. Grayscale: #606060. Windows color (decimal): -12618165 or 4945471. OLE color: 4945471.
HSL color Cylindrical-coordinate representation of color #3F764B: hue angle of 133.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F764B is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 75 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.54 |
| HSL | 133.09º | 0.3% | 0.35% | - |
| HSV(B) | 133.09º | 0.47% | 0.46% | - |
| XYZ | 9.8 | 14.52 | 8.94 | - |
| YUV | 96.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 75 | 0.47 | 0 | 0.36 | 0.54 | 133.09 | 0.3 | 0.35 |
| Hex | 3F | 76 | 4B | 2F | 0 | 24 | 36 | 85 | 1E | 23 |
| Octal | 77 | 166 | 113 | 57 | 0 | 44 | 66 | 205 | 36 | 43 |
| Binary | 111111 | 1110110 | 1001011 | 101111 | 0 | 100100 | 110110 | 10000101 | 11110 | 100011 |
Color Harmonies of #3F764B
Complementary color
Monochromatic Colors of #3F764B
Black with #3F764B
Text Example
Text Example
White with #3F764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F764B; }
p { color: rgb(63,118,75); }
H1.HeaderClassName
{
color: #3F764B;
}
.AnyTagClassName
{
color: #3F764B;
}
</style>
background-color css
<style>
a { background-color: #3F764B; }
a { background-color: rgb(63,118,75); }
div.DivClassName
{
background-color: #3F764B;
}
.BgClassName
{
background-color: #3F764B;
}
</style>
border-color css
<style>
span { border-color: #3F764B; }
span { border-color: rgb(63,118,75); }
td.TdClassName
{
border-color: #3F764B;
}
.TagClassName
{
border-color: #3F764B;
}
</style>