Shades of Shamrock #38D29C
Tints of Shamrock #38D29C
RGB
CMYK
RGB Variations
Color information
#38D29C (or 0x38D29C) is known color: Shamrock. HEX triplet: 38, D2 and 9C. RGB value is (56,210,156). Sum of RGB (Red+Green+Blue) = 56+210+156=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #38D29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D29C is #C72D63. Grayscale: #9D9D9D. Windows color (decimal): -13053284 or 10277432. OLE color: 10277432.
HSL color Cylindrical-coordinate representation of color #38D29C: hue angle of 158.96º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D29C is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 156 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.18 |
| HSL | 158.96º | 0.63% | 0.52% | - |
| HSV(B) | 158.96º | 0.73% | 0.82% | - |
| XYZ | 30.68 | 49.33 | 39.36 | - |
| YUV | 157.8 | 126.98 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 156 | 0.73 | 0 | 0.26 | 0.18 | 158.96 | 0.63 | 0.52 |
| Hex | 38 | D2 | 9C | 49 | 0 | 1A | 12 | 9F | 3F | 34 |
| Octal | 70 | 322 | 234 | 111 | 0 | 32 | 22 | 237 | 77 | 64 |
| Binary | 111000 | 11010010 | 10011100 | 1001001 | 0 | 11010 | 10010 | 10011111 | 111111 | 110100 |
Color Harmonies of #38D29C
Complementary color
Monochromatic Colors of #38D29C
Black with #38D29C
Text Example
Text Example
White with #38D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D29C; }
p { color: rgb(56,210,156); }
H1.HeaderClassName
{
color: #38D29C;
}
.AnyTagClassName
{
color: #38D29C;
}
</style>
background-color css
<style>
a { background-color: #38D29C; }
a { background-color: rgb(56,210,156); }
div.DivClassName
{
background-color: #38D29C;
}
.BgClassName
{
background-color: #38D29C;
}
</style>
border-color css
<style>
span { border-color: #38D29C; }
span { border-color: rgb(56,210,156); }
td.TdClassName
{
border-color: #38D29C;
}
.TagClassName
{
border-color: #38D29C;
}
</style>