Shades of Surfie Green #038176
Tints of Surfie Green #038176
RGB
CMYK
RGB Variations
Color information
#038176 (or 0x038176) is known color: Surfie Green. HEX triplet: 03, 81 and 76. RGB value is (3,129,118). Sum of RGB (Red+Green+Blue) = 3+129+118=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #038176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038176 is #FC7E89. Grayscale: #595959. Windows color (decimal): -16547466 or 7766275. OLE color: 7766275.
HSL color Cylindrical-coordinate representation of color #038176: hue angle of 174.76º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038176 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 118 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.49 |
| HSL | 174.76º | 0.95% | 0.26% | - |
| HSV(B) | 174.76º | 0.98% | 0.51% | - |
| XYZ | 11.16 | 17.03 | 19.84 | - |
| YUV | 90.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 118 | 0.98 | 0 | 0.09 | 0.49 | 174.76 | 0.95 | 0.26 |
| Hex | 3 | 81 | 76 | 62 | 0 | 9 | 31 | AF | 5F | 1A |
| Octal | 3 | 201 | 166 | 142 | 0 | 11 | 61 | 257 | 137 | 32 |
| Binary | 11 | 10000001 | 1110110 | 1100010 | 0 | 1001 | 110001 | 10101111 | 1011111 | 11010 |
Color Harmonies of #038176
Complementary color
Monochromatic Colors of #038176
Black with #038176
Text Example
Text Example
White with #038176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038176; }
p { color: rgb(3,129,118); }
H1.HeaderClassName
{
color: #038176;
}
.AnyTagClassName
{
color: #038176;
}
</style>
background-color css
<style>
a { background-color: #038176; }
a { background-color: rgb(3,129,118); }
div.DivClassName
{
background-color: #038176;
}
.BgClassName
{
background-color: #038176;
}
</style>
border-color css
<style>
span { border-color: #038176; }
span { border-color: rgb(3,129,118); }
td.TdClassName
{
border-color: #038176;
}
.TagClassName
{
border-color: #038176;
}
</style>