Shades of Killarney #3C824B
Tints of Killarney #3C824B
RGB
CMYK
RGB Variations
Color information
#3C824B (or 0x3C824B) is known color: Killarney. HEX triplet: 3C, 82 and 4B. RGB value is (60,130,75). Sum of RGB (Red+Green+Blue) = 60+130+75=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #3C824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C824B is #C37DB4. Grayscale: #666666. Windows color (decimal): -12811701 or 4948540. OLE color: 4948540.
HSL color Cylindrical-coordinate representation of color #3C824B: hue angle of 132.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C824B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 75 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.49 |
| HSL | 132.86º | 0.37% | 0.37% | - |
| HSV(B) | 132.86º | 0.54% | 0.51% | - |
| XYZ | 11.12 | 17.43 | 9.44 | - |
| YUV | 102.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 75 | 0.54 | 0 | 0.42 | 0.49 | 132.86 | 0.37 | 0.37 |
| Hex | 3C | 82 | 4B | 36 | 0 | 2A | 31 | 85 | 25 | 25 |
| Octal | 74 | 202 | 113 | 66 | 0 | 52 | 61 | 205 | 45 | 45 |
| Binary | 111100 | 10000010 | 1001011 | 110110 | 0 | 101010 | 110001 | 10000101 | 100101 | 100101 |
Color Harmonies of #3C824B
Complementary color
Monochromatic Colors of #3C824B
Black with #3C824B
Text Example
Text Example
White with #3C824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C824B; }
p { color: rgb(60,130,75); }
H1.HeaderClassName
{
color: #3C824B;
}
.AnyTagClassName
{
color: #3C824B;
}
</style>
background-color css
<style>
a { background-color: #3C824B; }
a { background-color: rgb(60,130,75); }
div.DivClassName
{
background-color: #3C824B;
}
.BgClassName
{
background-color: #3C824B;
}
</style>
border-color css
<style>
span { border-color: #3C824B; }
span { border-color: rgb(60,130,75); }
td.TdClassName
{
border-color: #3C824B;
}
.TagClassName
{
border-color: #3C824B;
}
</style>