Shades of Killarney #3F824B
Tints of Killarney #3F824B
RGB
CMYK
RGB Variations
Color information
#3F824B (or 0x3F824B) is known color: Killarney. HEX triplet: 3F, 82 and 4B. RGB value is (63,130,75). Sum of RGB (Red+Green+Blue) = 63+130+75=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #3F824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F824B is #C07DB4. Grayscale: #676767. Windows color (decimal): -12615093 or 4948543. OLE color: 4948543.
HSL color Cylindrical-coordinate representation of color #3F824B: hue angle of 130.75º 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 #3F824B is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 75 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.49 |
| HSL | 130.75º | 0.35% | 0.38% | - |
| HSV(B) | 130.75º | 0.52% | 0.51% | - |
| XYZ | 11.3 | 17.53 | 9.44 | - |
| YUV | 103.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 75 | 0.52 | 0 | 0.42 | 0.49 | 130.75 | 0.35 | 0.38 |
| Hex | 3F | 82 | 4B | 34 | 0 | 2A | 31 | 83 | 23 | 26 |
| Octal | 77 | 202 | 113 | 64 | 0 | 52 | 61 | 203 | 43 | 46 |
| Binary | 111111 | 10000010 | 1001011 | 110100 | 0 | 101010 | 110001 | 10000011 | 100011 | 100110 |
Color Harmonies of #3F824B
Complementary color
Monochromatic Colors of #3F824B
Black with #3F824B
Text Example
Text Example
White with #3F824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F824B; }
p { color: rgb(63,130,75); }
H1.HeaderClassName
{
color: #3F824B;
}
.AnyTagClassName
{
color: #3F824B;
}
</style>
background-color css
<style>
a { background-color: #3F824B; }
a { background-color: rgb(63,130,75); }
div.DivClassName
{
background-color: #3F824B;
}
.BgClassName
{
background-color: #3F824B;
}
</style>
border-color css
<style>
span { border-color: #3F824B; }
span { border-color: rgb(63,130,75); }
td.TdClassName
{
border-color: #3F824B;
}
.TagClassName
{
border-color: #3F824B;
}
</style>