Shades of Killarney #45804B
Tints of Killarney #45804B
RGB
CMYK
RGB Variations
Color information
#45804B (or 0x45804B) is known color: Killarney. HEX triplet: 45, 80 and 4B. RGB value is (69,128,75). Sum of RGB (Red+Green+Blue) = 69+128+75=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #45804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45804B is #BA7FB4. Grayscale: #686868. Windows color (decimal): -12222389 or 4948037. OLE color: 4948037.
HSL color Cylindrical-coordinate representation of color #45804B: hue angle of 126.1º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45804B is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 128 | 75 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.50 |
| HSL | 126.1º | 0.3% | 0.39% | - |
| HSV(B) | 126.1º | 0.46% | 0.5% | - |
| XYZ | 11.44 | 17.21 | 9.38 | - |
| YUV | 104.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 75 | 0.46 | 0 | 0.41 | 0.50 | 126.1 | 0.3 | 0.39 |
| Hex | 45 | 80 | 4B | 2E | 0 | 29 | 32 | 7E | 1E | 27 |
| Octal | 105 | 200 | 113 | 56 | 0 | 51 | 62 | 176 | 36 | 47 |
| Binary | 1000101 | 10000000 | 1001011 | 101110 | 0 | 101001 | 110010 | 1111110 | 11110 | 100111 |
Color Harmonies of #45804B
Complementary color
Monochromatic Colors of #45804B
Black with #45804B
Text Example
Text Example
White with #45804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45804B; }
p { color: rgb(69,128,75); }
H1.HeaderClassName
{
color: #45804B;
}
.AnyTagClassName
{
color: #45804B;
}
</style>
background-color css
<style>
a { background-color: #45804B; }
a { background-color: rgb(69,128,75); }
div.DivClassName
{
background-color: #45804B;
}
.BgClassName
{
background-color: #45804B;
}
</style>
border-color css
<style>
span { border-color: #45804B; }
span { border-color: rgb(69,128,75); }
td.TdClassName
{
border-color: #45804B;
}
.TagClassName
{
border-color: #45804B;
}
</style>