Shades of Killarney #40823F
Tints of Killarney #40823F
RGB
CMYK
RGB Variations
Color information
#40823F (or 0x40823F) is known color: Killarney. HEX triplet: 40, 82 and 3F. RGB value is (64,130,63). Sum of RGB (Red+Green+Blue) = 64+130+63=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #40823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40823F is #BF7DC0. Grayscale: #666666. Windows color (decimal): -12549569 or 4162112. OLE color: 4162112.
HSL color Cylindrical-coordinate representation of color #40823F: hue angle of 119.1º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40823F is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 63 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.49 |
| HSL | 119.1º | 0.35% | 0.38% | - |
| HSV(B) | 119.1º | 0.52% | 0.51% | - |
| XYZ | 10.99 | 17.41 | 7.48 | - |
| YUV | 102.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 63 | 0.51 | 0 | 0.52 | 0.49 | 119.1 | 0.35 | 0.38 |
| Hex | 40 | 82 | 3F | 33 | 0 | 34 | 31 | 77 | 23 | 26 |
| Octal | 100 | 202 | 77 | 63 | 0 | 64 | 61 | 167 | 43 | 46 |
| Binary | 1000000 | 10000010 | 111111 | 110011 | 0 | 110100 | 110001 | 1110111 | 100011 | 100110 |
Color Harmonies of #40823F
Complementary color
Monochromatic Colors of #40823F
Black with #40823F
Text Example
Text Example
White with #40823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40823F; }
p { color: rgb(64,130,63); }
H1.HeaderClassName
{
color: #40823F;
}
.AnyTagClassName
{
color: #40823F;
}
</style>
background-color css
<style>
a { background-color: #40823F; }
a { background-color: rgb(64,130,63); }
div.DivClassName
{
background-color: #40823F;
}
.BgClassName
{
background-color: #40823F;
}
</style>
border-color css
<style>
span { border-color: #40823F; }
span { border-color: rgb(64,130,63); }
td.TdClassName
{
border-color: #40823F;
}
.TagClassName
{
border-color: #40823F;
}
</style>