Shades of Killarney #42734A
Tints of Killarney #42734A
RGB
CMYK
RGB Variations
Color information
#42734A (or 0x42734A) is known color: Killarney. HEX triplet: 42, 73 and 4A. RGB value is (66,115,74). Sum of RGB (Red+Green+Blue) = 66+115+74=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #42734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42734A is #BD8CB5. Grayscale: #5F5F5F. Windows color (decimal): -12422326 or 4879170. OLE color: 4879170.
HSL color Cylindrical-coordinate representation of color #42734A: hue angle of 129.8º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42734A is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 74 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.55 |
| HSL | 129.8º | 0.27% | 0.35% | - |
| HSV(B) | 129.8º | 0.43% | 0.45% | - |
| XYZ | 9.61 | 13.91 | 8.66 | - |
| YUV | 95.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 74 | 0.43 | 0 | 0.36 | 0.55 | 129.8 | 0.27 | 0.35 |
| Hex | 42 | 73 | 4A | 2B | 0 | 24 | 37 | 82 | 1B | 23 |
| Octal | 102 | 163 | 112 | 53 | 0 | 44 | 67 | 202 | 33 | 43 |
| Binary | 1000010 | 1110011 | 1001010 | 101011 | 0 | 100100 | 110111 | 10000010 | 11011 | 100011 |
Color Harmonies of #42734A
Complementary color
Monochromatic Colors of #42734A
Black with #42734A
Text Example
Text Example
White with #42734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42734A; }
p { color: rgb(66,115,74); }
H1.HeaderClassName
{
color: #42734A;
}
.AnyTagClassName
{
color: #42734A;
}
</style>
background-color css
<style>
a { background-color: #42734A; }
a { background-color: rgb(66,115,74); }
div.DivClassName
{
background-color: #42734A;
}
.BgClassName
{
background-color: #42734A;
}
</style>
border-color css
<style>
span { border-color: #42734A; }
span { border-color: rgb(66,115,74); }
td.TdClassName
{
border-color: #42734A;
}
.TagClassName
{
border-color: #42734A;
}
</style>