Shades of Killarney #43704D
Tints of Killarney #43704D
RGB
CMYK
RGB Variations
Color information
#43704D (or 0x43704D) is known color: Killarney. HEX triplet: 43, 70 and 4D. RGB value is (67,112,77). Sum of RGB (Red+Green+Blue) = 67+112+77=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #43704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43704D is #BC8FB2. Grayscale: #5E5E5E. Windows color (decimal): -12357555 or 5075011. OLE color: 5075011.
HSL color Cylindrical-coordinate representation of color #43704D: hue angle of 133.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 #43704D is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 112 | 77 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.56 |
| HSL | 133.33º | 0.25% | 0.35% | - |
| HSV(B) | 133.33º | 0.4% | 0.44% | - |
| XYZ | 9.45 | 13.32 | 9.09 | - |
| YUV | 94.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 112 | 77 | 0.40 | 0 | 0.31 | 0.56 | 133.33 | 0.25 | 0.35 |
| Hex | 43 | 70 | 4D | 28 | 0 | 1F | 38 | 85 | 19 | 23 |
| Octal | 103 | 160 | 115 | 50 | 0 | 37 | 70 | 205 | 31 | 43 |
| Binary | 1000011 | 1110000 | 1001101 | 101000 | 0 | 11111 | 111000 | 10000101 | 11001 | 100011 |
Color Harmonies of #43704D
Complementary color
Monochromatic Colors of #43704D
Black with #43704D
Text Example
Text Example
White with #43704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43704D; }
p { color: rgb(67,112,77); }
H1.HeaderClassName
{
color: #43704D;
}
.AnyTagClassName
{
color: #43704D;
}
</style>
background-color css
<style>
a { background-color: #43704D; }
a { background-color: rgb(67,112,77); }
div.DivClassName
{
background-color: #43704D;
}
.BgClassName
{
background-color: #43704D;
}
</style>
border-color css
<style>
span { border-color: #43704D; }
span { border-color: rgb(67,112,77); }
td.TdClassName
{
border-color: #43704D;
}
.TagClassName
{
border-color: #43704D;
}
</style>