Shades of Killarney #3B764A
Tints of Killarney #3B764A
RGB
CMYK
RGB Variations
Color information
#3B764A (or 0x3B764A) is known color: Killarney. HEX triplet: 3B, 76 and 4A. RGB value is (59,118,74). Sum of RGB (Red+Green+Blue) = 59+118+74=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B764A is #C489B5. Grayscale: #5F5F5F. Windows color (decimal): -12880310 or 4879931. OLE color: 4879931.
HSL color Cylindrical-coordinate representation of color #3B764A: hue angle of 135.25º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B764A is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 74 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.54 |
| HSL | 135.25º | 0.33% | 0.35% | - |
| HSV(B) | 135.25º | 0.5% | 0.46% | - |
| XYZ | 9.52 | 14.38 | 8.75 | - |
| YUV | 95.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 74 | 0.50 | 0 | 0.37 | 0.54 | 135.25 | 0.33 | 0.35 |
| Hex | 3B | 76 | 4A | 32 | 0 | 25 | 36 | 87 | 21 | 23 |
| Octal | 73 | 166 | 112 | 62 | 0 | 45 | 66 | 207 | 41 | 43 |
| Binary | 111011 | 1110110 | 1001010 | 110010 | 0 | 100101 | 110110 | 10000111 | 100001 | 100011 |
Color Harmonies of #3B764A
Complementary color
Monochromatic Colors of #3B764A
Black with #3B764A
Text Example
Text Example
White with #3B764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B764A; }
p { color: rgb(59,118,74); }
H1.HeaderClassName
{
color: #3B764A;
}
.AnyTagClassName
{
color: #3B764A;
}
</style>
background-color css
<style>
a { background-color: #3B764A; }
a { background-color: rgb(59,118,74); }
div.DivClassName
{
background-color: #3B764A;
}
.BgClassName
{
background-color: #3B764A;
}
</style>
border-color css
<style>
span { border-color: #3B764A; }
span { border-color: rgb(59,118,74); }
td.TdClassName
{
border-color: #3B764A;
}
.TagClassName
{
border-color: #3B764A;
}
</style>