Shades of Killarney #42764B
Tints of Killarney #42764B
RGB
CMYK
RGB Variations
Color information
#42764B (or 0x42764B) is known color: Killarney. HEX triplet: 42, 76 and 4B. RGB value is (66,118,75). Sum of RGB (Red+Green+Blue) = 66+118+75=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #42764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42764B is #BD89B4. Grayscale: #616161. Windows color (decimal): -12421557 or 4945474. OLE color: 4945474.
HSL color Cylindrical-coordinate representation of color #42764B: hue angle of 130.38º 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 #42764B is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 75 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.54 |
| HSL | 130.38º | 0.28% | 0.36% | - |
| HSV(B) | 130.38º | 0.44% | 0.46% | - |
| XYZ | 10 | 14.62 | 8.95 | - |
| YUV | 97.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 75 | 0.44 | 0 | 0.36 | 0.54 | 130.38 | 0.28 | 0.36 |
| Hex | 42 | 76 | 4B | 2C | 0 | 24 | 36 | 82 | 1C | 24 |
| Octal | 102 | 166 | 113 | 54 | 0 | 44 | 66 | 202 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1001011 | 101100 | 0 | 100100 | 110110 | 10000010 | 11100 | 100100 |
Color Harmonies of #42764B
Complementary color
Monochromatic Colors of #42764B
Black with #42764B
Text Example
Text Example
White with #42764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42764B; }
p { color: rgb(66,118,75); }
H1.HeaderClassName
{
color: #42764B;
}
.AnyTagClassName
{
color: #42764B;
}
</style>
background-color css
<style>
a { background-color: #42764B; }
a { background-color: rgb(66,118,75); }
div.DivClassName
{
background-color: #42764B;
}
.BgClassName
{
background-color: #42764B;
}
</style>
border-color css
<style>
span { border-color: #42764B; }
span { border-color: rgb(66,118,75); }
td.TdClassName
{
border-color: #42764B;
}
.TagClassName
{
border-color: #42764B;
}
</style>