Shades of Killarney #42754F
Tints of Killarney #42754F
RGB
CMYK
RGB Variations
Color information
#42754F (or 0x42754F) is known color: Killarney. HEX triplet: 42, 75 and 4F. RGB value is (66,117,79). Sum of RGB (Red+Green+Blue) = 66+117+79=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #42754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42754F is #BD8AB0. Grayscale: #616161. Windows color (decimal): -12421809 or 5207362. OLE color: 5207362.
HSL color Cylindrical-coordinate representation of color #42754F: hue angle of 135.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42754F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 117 | 79 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.54 |
| HSL | 135.29º | 0.28% | 0.36% | - |
| HSV(B) | 135.29º | 0.44% | 0.46% | - |
| XYZ | 10.02 | 14.45 | 9.66 | - |
| YUV | 97.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 79 | 0.44 | 0 | 0.32 | 0.54 | 135.29 | 0.28 | 0.36 |
| Hex | 42 | 75 | 4F | 2C | 0 | 20 | 36 | 87 | 1C | 24 |
| Octal | 102 | 165 | 117 | 54 | 0 | 40 | 66 | 207 | 34 | 44 |
| Binary | 1000010 | 1110101 | 1001111 | 101100 | 0 | 100000 | 110110 | 10000111 | 11100 | 100100 |
Color Harmonies of #42754F
Complementary color
Monochromatic Colors of #42754F
Black with #42754F
Text Example
Text Example
White with #42754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42754F; }
p { color: rgb(66,117,79); }
H1.HeaderClassName
{
color: #42754F;
}
.AnyTagClassName
{
color: #42754F;
}
</style>
background-color css
<style>
a { background-color: #42754F; }
a { background-color: rgb(66,117,79); }
div.DivClassName
{
background-color: #42754F;
}
.BgClassName
{
background-color: #42754F;
}
</style>
border-color css
<style>
span { border-color: #42754F; }
span { border-color: rgb(66,117,79); }
td.TdClassName
{
border-color: #42754F;
}
.TagClassName
{
border-color: #42754F;
}
</style>