Shades of Killarney #3D6B4A
Tints of Killarney #3D6B4A
RGB
CMYK
RGB Variations
Color information
#3D6B4A (or 0x3D6B4A) is known color: Killarney. HEX triplet: 3D, 6B and 4A. RGB value is (61,107,74). Sum of RGB (Red+Green+Blue) = 61+107+74=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6B4A is #C294B5. Grayscale: #595959. Windows color (decimal): -12752054 or 4877117. OLE color: 4877117.
HSL color Cylindrical-coordinate representation of color #3D6B4A: hue angle of 136.96º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D6B4A is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 74 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.58 |
| HSL | 136.96º | 0.27% | 0.33% | - |
| HSV(B) | 136.96º | 0.43% | 0.42% | - |
| XYZ | 8.42 | 12 | 8.35 | - |
| YUV | 89.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 74 | 0.43 | 0 | 0.31 | 0.58 | 136.96 | 0.27 | 0.33 |
| Hex | 3D | 6B | 4A | 2B | 0 | 1F | 3A | 89 | 1B | 21 |
| Octal | 75 | 153 | 112 | 53 | 0 | 37 | 72 | 211 | 33 | 41 |
| Binary | 111101 | 1101011 | 1001010 | 101011 | 0 | 11111 | 111010 | 10001001 | 11011 | 100001 |
Color Harmonies of #3D6B4A
Complementary color
Monochromatic Colors of #3D6B4A
Black with #3D6B4A
Text Example
Text Example
White with #3D6B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B4A; }
p { color: rgb(61,107,74); }
H1.HeaderClassName
{
color: #3D6B4A;
}
.AnyTagClassName
{
color: #3D6B4A;
}
</style>
background-color css
<style>
a { background-color: #3D6B4A; }
a { background-color: rgb(61,107,74); }
div.DivClassName
{
background-color: #3D6B4A;
}
.BgClassName
{
background-color: #3D6B4A;
}
</style>
border-color css
<style>
span { border-color: #3D6B4A; }
span { border-color: rgb(61,107,74); }
td.TdClassName
{
border-color: #3D6B4A;
}
.TagClassName
{
border-color: #3D6B4A;
}
</style>