Shades of Shamrock #38C284
Tints of Shamrock #38C284
RGB
CMYK
RGB Variations
Color information
#38C284 (or 0x38C284) is known color: Shamrock. HEX triplet: 38, C2 and 84. RGB value is (56,194,132). Sum of RGB (Red+Green+Blue) = 56+194+132=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #38C284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C284 is #C73D7B. Grayscale: #919191. Windows color (decimal): -13057404 or 8700472. OLE color: 8700472.
HSL color Cylindrical-coordinate representation of color #38C284: hue angle of 153.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C284 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 132 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.24 |
| HSL | 153.04º | 0.55% | 0.49% | - |
| HSV(B) | 153.04º | 0.71% | 0.76% | - |
| XYZ | 25.09 | 41.09 | 28.44 | - |
| YUV | 145.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 132 | 0.71 | 0 | 0.32 | 0.24 | 153.04 | 0.55 | 0.49 |
| Hex | 38 | C2 | 84 | 47 | 0 | 20 | 18 | 99 | 37 | 31 |
| Octal | 70 | 302 | 204 | 107 | 0 | 40 | 30 | 231 | 67 | 61 |
| Binary | 111000 | 11000010 | 10000100 | 1000111 | 0 | 100000 | 11000 | 10011001 | 110111 | 110001 |
Color Harmonies of #38C284
Complementary color
Monochromatic Colors of #38C284
Black with #38C284
Text Example
Text Example
White with #38C284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C284; }
p { color: rgb(56,194,132); }
H1.HeaderClassName
{
color: #38C284;
}
.AnyTagClassName
{
color: #38C284;
}
</style>
background-color css
<style>
a { background-color: #38C284; }
a { background-color: rgb(56,194,132); }
div.DivClassName
{
background-color: #38C284;
}
.BgClassName
{
background-color: #38C284;
}
</style>
border-color css
<style>
span { border-color: #38C284; }
span { border-color: rgb(56,194,132); }
td.TdClassName
{
border-color: #38C284;
}
.TagClassName
{
border-color: #38C284;
}
</style>