Shades of Killarney #407F4B
Tints of Killarney #407F4B
RGB
CMYK
RGB Variations
Color information
#407F4B (or 0x407F4B) is known color: Killarney. HEX triplet: 40, 7F and 4B. RGB value is (64,127,75). Sum of RGB (Red+Green+Blue) = 64+127+75=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #407F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F4B is #BF80B4. Grayscale: #666666. Windows color (decimal): -12550325 or 4947776. OLE color: 4947776.
HSL color Cylindrical-coordinate representation of color #407F4B: hue angle of 130.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F4B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 75 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.50 |
| HSL | 130.48º | 0.33% | 0.37% | - |
| HSV(B) | 130.48º | 0.5% | 0.5% | - |
| XYZ | 10.97 | 16.78 | 9.32 | - |
| YUV | 102.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 75 | 0.50 | 0 | 0.41 | 0.50 | 130.48 | 0.33 | 0.37 |
| Hex | 40 | 7F | 4B | 32 | 0 | 29 | 32 | 82 | 21 | 25 |
| Octal | 100 | 177 | 113 | 62 | 0 | 51 | 62 | 202 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1001011 | 110010 | 0 | 101001 | 110010 | 10000010 | 100001 | 100101 |
Color Harmonies of #407F4B
Complementary color
Monochromatic Colors of #407F4B
Black with #407F4B
Text Example
Text Example
White with #407F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F4B; }
p { color: rgb(64,127,75); }
H1.HeaderClassName
{
color: #407F4B;
}
.AnyTagClassName
{
color: #407F4B;
}
</style>
background-color css
<style>
a { background-color: #407F4B; }
a { background-color: rgb(64,127,75); }
div.DivClassName
{
background-color: #407F4B;
}
.BgClassName
{
background-color: #407F4B;
}
</style>
border-color css
<style>
span { border-color: #407F4B; }
span { border-color: rgb(64,127,75); }
td.TdClassName
{
border-color: #407F4B;
}
.TagClassName
{
border-color: #407F4B;
}
</style>