Shades of Shamrock Green #038B5B
Tints of Shamrock Green #038B5B
RGB
CMYK
RGB Variations
Color information
#038B5B (or 0x038B5B) is known color: Shamrock Green. HEX triplet: 03, 8B and 5B. RGB value is (3,139,91). Sum of RGB (Red+Green+Blue) = 3+139+91=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #038B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B5B is #FC74A4. Grayscale: #5C5C5C. Windows color (decimal): -16544933 or 5999363. OLE color: 5999363.
HSL color Cylindrical-coordinate representation of color #038B5B: hue angle of 158.82º 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 #038B5B is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 139 | 91 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.45 |
| HSL | 158.82º | 0.96% | 0.28% | - |
| HSV(B) | 158.82º | 0.98% | 0.55% | - |
| XYZ | 11.16 | 19.24 | 13.02 | - |
| YUV | 92.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 139 | 91 | 0.98 | 0 | 0.35 | 0.45 | 158.82 | 0.96 | 0.28 |
| Hex | 3 | 8B | 5B | 62 | 0 | 23 | 2D | 9F | 60 | 1C |
| Octal | 3 | 213 | 133 | 142 | 0 | 43 | 55 | 237 | 140 | 34 |
| Binary | 11 | 10001011 | 1011011 | 1100010 | 0 | 100011 | 101101 | 10011111 | 1100000 | 11100 |
Color Harmonies of #038B5B
Complementary color
Monochromatic Colors of #038B5B
Black with #038B5B
Text Example
Text Example
White with #038B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038B5B; }
p { color: rgb(3,139,91); }
H1.HeaderClassName
{
color: #038B5B;
}
.AnyTagClassName
{
color: #038B5B;
}
</style>
background-color css
<style>
a { background-color: #038B5B; }
a { background-color: rgb(3,139,91); }
div.DivClassName
{
background-color: #038B5B;
}
.BgClassName
{
background-color: #038B5B;
}
</style>
border-color css
<style>
span { border-color: #038B5B; }
span { border-color: rgb(3,139,91); }
td.TdClassName
{
border-color: #038B5B;
}
.TagClassName
{
border-color: #038B5B;
}
</style>