Shades of Shamrock Green #03885A
Tints of Shamrock Green #03885A
RGB
CMYK
RGB Variations
Color information
#03885A (or 0x03885A) is known color: Shamrock Green. HEX triplet: 03, 88 and 5A. RGB value is (3,136,90). Sum of RGB (Red+Green+Blue) = 3+136+90=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #03885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03885A is #FC77A5. Grayscale: #5B5B5B. Windows color (decimal): -16545702 or 5933059. OLE color: 5933059.
HSL color Cylindrical-coordinate representation of color #03885A: hue angle of 159.25º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03885A is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 90 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.47 |
| HSL | 159.25º | 0.96% | 0.27% | - |
| HSV(B) | 159.25º | 0.98% | 0.53% | - |
| XYZ | 10.69 | 18.37 | 12.65 | - |
| YUV | 90.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 90 | 0.98 | 0 | 0.34 | 0.47 | 159.25 | 0.96 | 0.27 |
| Hex | 3 | 88 | 5A | 62 | 0 | 22 | 2F | 9F | 60 | 1B |
| Octal | 3 | 210 | 132 | 142 | 0 | 42 | 57 | 237 | 140 | 33 |
| Binary | 11 | 10001000 | 1011010 | 1100010 | 0 | 100010 | 101111 | 10011111 | 1100000 | 11011 |
Color Harmonies of #03885A
Complementary color
Monochromatic Colors of #03885A
Black with #03885A
Text Example
Text Example
White with #03885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03885A; }
p { color: rgb(3,136,90); }
H1.HeaderClassName
{
color: #03885A;
}
.AnyTagClassName
{
color: #03885A;
}
</style>
background-color css
<style>
a { background-color: #03885A; }
a { background-color: rgb(3,136,90); }
div.DivClassName
{
background-color: #03885A;
}
.BgClassName
{
background-color: #03885A;
}
</style>
border-color css
<style>
span { border-color: #03885A; }
span { border-color: rgb(3,136,90); }
td.TdClassName
{
border-color: #03885A;
}
.TagClassName
{
border-color: #03885A;
}
</style>