Shades of Killarney #45754A
Tints of Killarney #45754A
RGB
CMYK
RGB Variations
Color information
#45754A (or 0x45754A) is known color: Killarney. HEX triplet: 45, 75 and 4A. RGB value is (69,117,74). Sum of RGB (Red+Green+Blue) = 69+117+74=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #45754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45754A is #BA8AB5. Grayscale: #616161. Windows color (decimal): -12225206 or 4879685. OLE color: 4879685.
HSL color Cylindrical-coordinate representation of color #45754A: hue angle of 126.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45754A is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 74 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.54 |
| HSL | 126.25º | 0.26% | 0.36% | - |
| HSV(B) | 126.25º | 0.41% | 0.46% | - |
| XYZ | 10.05 | 14.48 | 8.74 | - |
| YUV | 97.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 74 | 0.41 | 0 | 0.37 | 0.54 | 126.25 | 0.26 | 0.36 |
| Hex | 45 | 75 | 4A | 29 | 0 | 25 | 36 | 7E | 1A | 24 |
| Octal | 105 | 165 | 112 | 51 | 0 | 45 | 66 | 176 | 32 | 44 |
| Binary | 1000101 | 1110101 | 1001010 | 101001 | 0 | 100101 | 110110 | 1111110 | 11010 | 100100 |
Color Harmonies of #45754A
Complementary color
Monochromatic Colors of #45754A
Black with #45754A
Text Example
Text Example
White with #45754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45754A; }
p { color: rgb(69,117,74); }
H1.HeaderClassName
{
color: #45754A;
}
.AnyTagClassName
{
color: #45754A;
}
</style>
background-color css
<style>
a { background-color: #45754A; }
a { background-color: rgb(69,117,74); }
div.DivClassName
{
background-color: #45754A;
}
.BgClassName
{
background-color: #45754A;
}
</style>
border-color css
<style>
span { border-color: #45754A; }
span { border-color: rgb(69,117,74); }
td.TdClassName
{
border-color: #45754A;
}
.TagClassName
{
border-color: #45754A;
}
</style>