Shades of Killarney #3B6F44
Tints of Killarney #3B6F44
RGB
CMYK
RGB Variations
Color information
#3B6F44 (or 0x3B6F44) is known color: Killarney. HEX triplet: 3B, 6F and 44. RGB value is (59,111,68). Sum of RGB (Red+Green+Blue) = 59+111+68=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6F44 is #C490BB. Grayscale: #5A5A5A. Windows color (decimal): -12882108 or 4484923. OLE color: 4484923.
HSL color Cylindrical-coordinate representation of color #3B6F44: hue angle of 130.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F44 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 111 | 68 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.56 |
| HSL | 130.38º | 0.31% | 0.33% | - |
| HSV(B) | 130.38º | 0.47% | 0.44% | - |
| XYZ | 8.53 | 12.72 | 7.47 | - |
| YUV | 90.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 68 | 0.47 | 0 | 0.39 | 0.56 | 130.38 | 0.31 | 0.33 |
| Hex | 3B | 6F | 44 | 2F | 0 | 27 | 38 | 82 | 1F | 21 |
| Octal | 73 | 157 | 104 | 57 | 0 | 47 | 70 | 202 | 37 | 41 |
| Binary | 111011 | 1101111 | 1000100 | 101111 | 0 | 100111 | 111000 | 10000010 | 11111 | 100001 |
Color Harmonies of #3B6F44
Complementary color
Monochromatic Colors of #3B6F44
Black with #3B6F44
Text Example
Text Example
White with #3B6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F44; }
p { color: rgb(59,111,68); }
H1.HeaderClassName
{
color: #3B6F44;
}
.AnyTagClassName
{
color: #3B6F44;
}
</style>
background-color css
<style>
a { background-color: #3B6F44; }
a { background-color: rgb(59,111,68); }
div.DivClassName
{
background-color: #3B6F44;
}
.BgClassName
{
background-color: #3B6F44;
}
</style>
border-color css
<style>
span { border-color: #3B6F44; }
span { border-color: rgb(59,111,68); }
td.TdClassName
{
border-color: #3B6F44;
}
.TagClassName
{
border-color: #3B6F44;
}
</style>