Shades of Killarney #40834C
Tints of Killarney #40834C
RGB
CMYK
RGB Variations
Color information
#40834C (or 0x40834C) is known color: Killarney. HEX triplet: 40, 83 and 4C. RGB value is (64,131,76). Sum of RGB (Red+Green+Blue) = 64+131+76=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #40834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40834C is #BF7CB3. Grayscale: #686868. Windows color (decimal): -12549300 or 5014336. OLE color: 5014336.
HSL color Cylindrical-coordinate representation of color #40834C: hue angle of 130.75º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40834C is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 131 | 76 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.49 |
| HSL | 130.75º | 0.34% | 0.38% | - |
| HSV(B) | 130.75º | 0.51% | 0.51% | - |
| XYZ | 11.54 | 17.84 | 9.67 | - |
| YUV | 104.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 76 | 0.51 | 0 | 0.42 | 0.49 | 130.75 | 0.34 | 0.38 |
| Hex | 40 | 83 | 4C | 33 | 0 | 2A | 31 | 83 | 22 | 26 |
| Octal | 100 | 203 | 114 | 63 | 0 | 52 | 61 | 203 | 42 | 46 |
| Binary | 1000000 | 10000011 | 1001100 | 110011 | 0 | 101010 | 110001 | 10000011 | 100010 | 100110 |
Color Harmonies of #40834C
Complementary color
Monochromatic Colors of #40834C
Black with #40834C
Text Example
Text Example
White with #40834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40834C; }
p { color: rgb(64,131,76); }
H1.HeaderClassName
{
color: #40834C;
}
.AnyTagClassName
{
color: #40834C;
}
</style>
background-color css
<style>
a { background-color: #40834C; }
a { background-color: rgb(64,131,76); }
div.DivClassName
{
background-color: #40834C;
}
.BgClassName
{
background-color: #40834C;
}
</style>
border-color css
<style>
span { border-color: #40834C; }
span { border-color: rgb(64,131,76); }
td.TdClassName
{
border-color: #40834C;
}
.TagClassName
{
border-color: #40834C;
}
</style>