Shades of Killarney #43704A
Tints of Killarney #43704A
RGB
CMYK
RGB Variations
Color information
#43704A (or 0x43704A) is known color: Killarney. HEX triplet: 43, 70 and 4A. RGB value is (67,112,74). Sum of RGB (Red+Green+Blue) = 67+112+74=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #43704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43704A is #BC8FB5. Grayscale: #5E5E5E. Windows color (decimal): -12357558 or 4878403. OLE color: 4878403.
HSL color Cylindrical-coordinate representation of color #43704A: hue angle of 129.33º 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 #43704A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 74 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.56 |
| HSL | 129.33º | 0.25% | 0.35% | - |
| HSV(B) | 129.33º | 0.4% | 0.44% | - |
| XYZ | 9.34 | 13.28 | 8.55 | - |
| YUV | 94.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 74 | 0.40 | 0 | 0.34 | 0.56 | 129.33 | 0.25 | 0.35 |
| Hex | 43 | 70 | 4A | 28 | 0 | 22 | 38 | 81 | 19 | 23 |
| Octal | 103 | 160 | 112 | 50 | 0 | 42 | 70 | 201 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1001010 | 101000 | 0 | 100010 | 111000 | 10000001 | 11001 | 100011 |
Color Harmonies of #43704A
Complementary color
Monochromatic Colors of #43704A
Black with #43704A
Text Example
Text Example
White with #43704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43704A; }
p { color: rgb(67,112,74); }
H1.HeaderClassName
{
color: #43704A;
}
.AnyTagClassName
{
color: #43704A;
}
</style>
background-color css
<style>
a { background-color: #43704A; }
a { background-color: rgb(67,112,74); }
div.DivClassName
{
background-color: #43704A;
}
.BgClassName
{
background-color: #43704A;
}
</style>
border-color css
<style>
span { border-color: #43704A; }
span { border-color: rgb(67,112,74); }
td.TdClassName
{
border-color: #43704A;
}
.TagClassName
{
border-color: #43704A;
}
</style>