Shades of Killarney #43704C
Tints of Killarney #43704C
RGB
CMYK
RGB Variations
Color information
#43704C (or 0x43704C) is known color: Killarney. HEX triplet: 43, 70 and 4C. RGB value is (67,112,76). Sum of RGB (Red+Green+Blue) = 67+112+76=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #43704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43704C is #BC8FB3. Grayscale: #5E5E5E. Windows color (decimal): -12357556 or 5009475. OLE color: 5009475.
HSL color Cylindrical-coordinate representation of color #43704C: hue angle of 132º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43704C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 76 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.56 |
| HSL | 132º | 0.25% | 0.35% | - |
| HSV(B) | 132º | 0.4% | 0.44% | - |
| XYZ | 9.41 | 13.3 | 8.91 | - |
| YUV | 94.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 76 | 0.40 | 0 | 0.32 | 0.56 | 132 | 0.25 | 0.35 |
| Hex | 43 | 70 | 4C | 28 | 0 | 20 | 38 | 84 | 19 | 23 |
| Octal | 103 | 160 | 114 | 50 | 0 | 40 | 70 | 204 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1001100 | 101000 | 0 | 100000 | 111000 | 10000100 | 11001 | 100011 |
Color Harmonies of #43704C
Complementary color
Monochromatic Colors of #43704C
Black with #43704C
Text Example
Text Example
White with #43704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43704C; }
p { color: rgb(67,112,76); }
H1.HeaderClassName
{
color: #43704C;
}
.AnyTagClassName
{
color: #43704C;
}
</style>
background-color css
<style>
a { background-color: #43704C; }
a { background-color: rgb(67,112,76); }
div.DivClassName
{
background-color: #43704C;
}
.BgClassName
{
background-color: #43704C;
}
</style>
border-color css
<style>
span { border-color: #43704C; }
span { border-color: rgb(67,112,76); }
td.TdClassName
{
border-color: #43704C;
}
.TagClassName
{
border-color: #43704C;
}
</style>