Shades of Killarney #3D884B
Tints of Killarney #3D884B
RGB
CMYK
RGB Variations
Color information
#3D884B (or 0x3D884B) is known color: Killarney. HEX triplet: 3D, 88 and 4B. RGB value is (61,136,75). Sum of RGB (Red+Green+Blue) = 61+136+75=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #3D884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D884B is #C277B4. Grayscale: #6A6A6A. Windows color (decimal): -12744629 or 4950077. OLE color: 4950077.
HSL color Cylindrical-coordinate representation of color #3D884B: hue angle of 131.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D884B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 75 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.47 |
| HSL | 131.2º | 0.38% | 0.39% | - |
| HSV(B) | 131.2º | 0.55% | 0.53% | - |
| XYZ | 12 | 19.11 | 9.71 | - |
| YUV | 106.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 75 | 0.55 | 0 | 0.45 | 0.47 | 131.2 | 0.38 | 0.39 |
| Hex | 3D | 88 | 4B | 37 | 0 | 2D | 2F | 83 | 26 | 27 |
| Octal | 75 | 210 | 113 | 67 | 0 | 55 | 57 | 203 | 46 | 47 |
| Binary | 111101 | 10001000 | 1001011 | 110111 | 0 | 101101 | 101111 | 10000011 | 100110 | 100111 |
Color Harmonies of #3D884B
Complementary color
Monochromatic Colors of #3D884B
Black with #3D884B
Text Example
Text Example
White with #3D884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D884B; }
p { color: rgb(61,136,75); }
H1.HeaderClassName
{
color: #3D884B;
}
.AnyTagClassName
{
color: #3D884B;
}
</style>
background-color css
<style>
a { background-color: #3D884B; }
a { background-color: rgb(61,136,75); }
div.DivClassName
{
background-color: #3D884B;
}
.BgClassName
{
background-color: #3D884B;
}
</style>
border-color css
<style>
span { border-color: #3D884B; }
span { border-color: rgb(61,136,75); }
td.TdClassName
{
border-color: #3D884B;
}
.TagClassName
{
border-color: #3D884B;
}
</style>