Shades of Killarney #51845A
Tints of Killarney #51845A
RGB
CMYK
RGB Variations
Color information
#51845A (or 0x51845A) is known color: Killarney. HEX triplet: 51, 84 and 5A. RGB value is (81,132,90). Sum of RGB (Red+Green+Blue) = 81+132+90=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #51845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51845A is #AE7BA5. Grayscale: #707070. Windows color (decimal): -11434918 or 5932113. OLE color: 5932113.
HSL color Cylindrical-coordinate representation of color #51845A: hue angle of 130.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51845A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 90 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.48 |
| HSL | 130.59º | 0.24% | 0.42% | - |
| HSV(B) | 130.59º | 0.39% | 0.52% | - |
| XYZ | 13.49 | 18.99 | 12.63 | - |
| YUV | 111.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 90 | 0.39 | 0 | 0.32 | 0.48 | 130.59 | 0.24 | 0.42 |
| Hex | 51 | 84 | 5A | 27 | 0 | 20 | 30 | 83 | 18 | 2A |
| Octal | 121 | 204 | 132 | 47 | 0 | 40 | 60 | 203 | 30 | 52 |
| Binary | 1010001 | 10000100 | 1011010 | 100111 | 0 | 100000 | 110000 | 10000011 | 11000 | 101010 |
Color Harmonies of #51845A
Complementary color
Monochromatic Colors of #51845A
Black with #51845A
Text Example
Text Example
White with #51845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51845A; }
p { color: rgb(81,132,90); }
H1.HeaderClassName
{
color: #51845A;
}
.AnyTagClassName
{
color: #51845A;
}
</style>
background-color css
<style>
a { background-color: #51845A; }
a { background-color: rgb(81,132,90); }
div.DivClassName
{
background-color: #51845A;
}
.BgClassName
{
background-color: #51845A;
}
</style>
border-color css
<style>
span { border-color: #51845A; }
span { border-color: rgb(81,132,90); }
td.TdClassName
{
border-color: #51845A;
}
.TagClassName
{
border-color: #51845A;
}
</style>