Shades of Shamrock Green #038B5D
Tints of Shamrock Green #038B5D
RGB
CMYK
RGB Variations
Color information
#038B5D (or 0x038B5D) is known color: Shamrock Green. HEX triplet: 03, 8B and 5D. RGB value is (3,139,93). Sum of RGB (Red+Green+Blue) = 3+139+93=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #038B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B5D is #FC74A2. Grayscale: #5D5D5D. Windows color (decimal): -16544931 or 6130435. OLE color: 6130435.
HSL color Cylindrical-coordinate representation of color #038B5D: hue angle of 159.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B5D is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 139 | 93 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.45 |
| HSL | 159.71º | 0.96% | 0.28% | - |
| HSV(B) | 159.71º | 0.98% | 0.55% | - |
| XYZ | 11.25 | 19.27 | 13.48 | - |
| YUV | 93.09 | 127.94 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 93 | 0.98 | 0 | 0.33 | 0.45 | 159.71 | 0.96 | 0.28 |
| Hex | 3 | 8B | 5D | 62 | 0 | 21 | 2D | A0 | 60 | 1C |
| Octal | 3 | 213 | 135 | 142 | 0 | 41 | 55 | 240 | 140 | 34 |
| Binary | 11 | 10001011 | 1011101 | 1100010 | 0 | 100001 | 101101 | 10100000 | 1100000 | 11100 |
Color Harmonies of #038B5D
Complementary color
Monochromatic Colors of #038B5D
Black with #038B5D
Text Example
Text Example
White with #038B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038B5D; }
p { color: rgb(3,139,93); }
H1.HeaderClassName
{
color: #038B5D;
}
.AnyTagClassName
{
color: #038B5D;
}
</style>
background-color css
<style>
a { background-color: #038B5D; }
a { background-color: rgb(3,139,93); }
div.DivClassName
{
background-color: #038B5D;
}
.BgClassName
{
background-color: #038B5D;
}
</style>
border-color css
<style>
span { border-color: #038B5D; }
span { border-color: rgb(3,139,93); }
td.TdClassName
{
border-color: #038B5D;
}
.TagClassName
{
border-color: #038B5D;
}
</style>