Shades of Killarney #388A44
Tints of Killarney #388A44
RGB
CMYK
RGB Variations
Color information
#388A44 (or 0x388A44) is known color: Killarney. HEX triplet: 38, 8A and 44. RGB value is (56,138,68). Sum of RGB (Red+Green+Blue) = 56+138+68=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #388A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388A44 is #C775BB. Grayscale: #696969. Windows color (decimal): -13071804 or 4491832. OLE color: 4491832.
HSL color Cylindrical-coordinate representation of color #388A44: hue angle of 128.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A44 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 68 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.46 |
| HSL | 128.78º | 0.42% | 0.38% | - |
| HSV(B) | 128.78º | 0.59% | 0.54% | - |
| XYZ | 11.76 | 19.44 | 8.6 | - |
| YUV | 105.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 68 | 0.59 | 0 | 0.51 | 0.46 | 128.78 | 0.42 | 0.38 |
| Hex | 38 | 8A | 44 | 3B | 0 | 33 | 2E | 81 | 2A | 26 |
| Octal | 70 | 212 | 104 | 73 | 0 | 63 | 56 | 201 | 52 | 46 |
| Binary | 111000 | 10001010 | 1000100 | 111011 | 0 | 110011 | 101110 | 10000001 | 101010 | 100110 |
Color Harmonies of #388A44
Complementary color
Monochromatic Colors of #388A44
Black with #388A44
Text Example
Text Example
White with #388A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A44; }
p { color: rgb(56,138,68); }
H1.HeaderClassName
{
color: #388A44;
}
.AnyTagClassName
{
color: #388A44;
}
</style>
background-color css
<style>
a { background-color: #388A44; }
a { background-color: rgb(56,138,68); }
div.DivClassName
{
background-color: #388A44;
}
.BgClassName
{
background-color: #388A44;
}
</style>
border-color css
<style>
span { border-color: #388A44; }
span { border-color: rgb(56,138,68); }
td.TdClassName
{
border-color: #388A44;
}
.TagClassName
{
border-color: #388A44;
}
</style>