Shades of Killarney #42854C
Tints of Killarney #42854C
RGB
CMYK
RGB Variations
Color information
#42854C (or 0x42854C) is known color: Killarney. HEX triplet: 42, 85 and 4C. RGB value is (66,133,76). Sum of RGB (Red+Green+Blue) = 66+133+76=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #42854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42854C is #BD7AB3. Grayscale: #6A6A6A. Windows color (decimal): -12417716 or 5014850. OLE color: 5014850.
HSL color Cylindrical-coordinate representation of color #42854C: hue angle of 128.96º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42854C is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 76 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.48 |
| HSL | 128.96º | 0.34% | 0.39% | - |
| HSV(B) | 128.96º | 0.5% | 0.52% | - |
| XYZ | 11.94 | 18.46 | 9.77 | - |
| YUV | 106.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 76 | 0.50 | 0 | 0.43 | 0.48 | 128.96 | 0.34 | 0.39 |
| Hex | 42 | 85 | 4C | 32 | 0 | 2B | 30 | 81 | 22 | 27 |
| Octal | 102 | 205 | 114 | 62 | 0 | 53 | 60 | 201 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1001100 | 110010 | 0 | 101011 | 110000 | 10000001 | 100010 | 100111 |
Color Harmonies of #42854C
Complementary color
Monochromatic Colors of #42854C
Black with #42854C
Text Example
Text Example
White with #42854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42854C; }
p { color: rgb(66,133,76); }
H1.HeaderClassName
{
color: #42854C;
}
.AnyTagClassName
{
color: #42854C;
}
</style>
background-color css
<style>
a { background-color: #42854C; }
a { background-color: rgb(66,133,76); }
div.DivClassName
{
background-color: #42854C;
}
.BgClassName
{
background-color: #42854C;
}
</style>
border-color css
<style>
span { border-color: #42854C; }
span { border-color: rgb(66,133,76); }
td.TdClassName
{
border-color: #42854C;
}
.TagClassName
{
border-color: #42854C;
}
</style>