Shades of Killarney #477B52
Tints of Killarney #477B52
RGB
CMYK
RGB Variations
Color information
#477B52 (or 0x477B52) is known color: Killarney. HEX triplet: 47, 7B and 52. RGB value is (71,123,82). Sum of RGB (Red+Green+Blue) = 71+123+82=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #477B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B52 is #B884AD. Grayscale: #666666. Windows color (decimal): -12092590 or 5405511. OLE color: 5405511.
HSL color Cylindrical-coordinate representation of color #477B52: hue angle of 132.69º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B52 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 82 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.52 |
| HSL | 132.69º | 0.27% | 0.38% | - |
| HSV(B) | 132.69º | 0.42% | 0.48% | - |
| XYZ | 11.2 | 16.11 | 10.5 | - |
| YUV | 102.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 82 | 0.42 | 0 | 0.33 | 0.52 | 132.69 | 0.27 | 0.38 |
| Hex | 47 | 7B | 52 | 2A | 0 | 21 | 34 | 85 | 1B | 26 |
| Octal | 107 | 173 | 122 | 52 | 0 | 41 | 64 | 205 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1010010 | 101010 | 0 | 100001 | 110100 | 10000101 | 11011 | 100110 |
Color Harmonies of #477B52
Complementary color
Monochromatic Colors of #477B52
Black with #477B52
Text Example
Text Example
White with #477B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B52; }
p { color: rgb(71,123,82); }
H1.HeaderClassName
{
color: #477B52;
}
.AnyTagClassName
{
color: #477B52;
}
</style>
background-color css
<style>
a { background-color: #477B52; }
a { background-color: rgb(71,123,82); }
div.DivClassName
{
background-color: #477B52;
}
.BgClassName
{
background-color: #477B52;
}
</style>
border-color css
<style>
span { border-color: #477B52; }
span { border-color: rgb(71,123,82); }
td.TdClassName
{
border-color: #477B52;
}
.TagClassName
{
border-color: #477B52;
}
</style>