Shades of Surfie Green #058176
Tints of Surfie Green #058176
RGB
CMYK
RGB Variations
Color information
#058176 (or 0x058176) is known color: Surfie Green. HEX triplet: 05, 81 and 76. RGB value is (5,129,118). Sum of RGB (Red+Green+Blue) = 5+129+118=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #058176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058176 is #FA7E89. Grayscale: #5A5A5A. Windows color (decimal): -16416394 or 7766277. OLE color: 7766277.
HSL color Cylindrical-coordinate representation of color #058176: hue angle of 174.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058176 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 118 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.49 |
| HSL | 174.68º | 0.93% | 0.26% | - |
| HSV(B) | 174.68º | 0.96% | 0.51% | - |
| XYZ | 11.18 | 17.04 | 19.84 | - |
| YUV | 90.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 118 | 0.96 | 0 | 0.09 | 0.49 | 174.68 | 0.93 | 0.26 |
| Hex | 5 | 81 | 76 | 60 | 0 | 9 | 31 | AF | 5D | 1A |
| Octal | 5 | 201 | 166 | 140 | 0 | 11 | 61 | 257 | 135 | 32 |
| Binary | 101 | 10000001 | 1110110 | 1100000 | 0 | 1001 | 110001 | 10101111 | 1011101 | 11010 |
Color Harmonies of #058176
Complementary color
Monochromatic Colors of #058176
Black with #058176
Text Example
Text Example
White with #058176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058176; }
p { color: rgb(5,129,118); }
H1.HeaderClassName
{
color: #058176;
}
.AnyTagClassName
{
color: #058176;
}
</style>
background-color css
<style>
a { background-color: #058176; }
a { background-color: rgb(5,129,118); }
div.DivClassName
{
background-color: #058176;
}
.BgClassName
{
background-color: #058176;
}
</style>
border-color css
<style>
span { border-color: #058176; }
span { border-color: rgb(5,129,118); }
td.TdClassName
{
border-color: #058176;
}
.TagClassName
{
border-color: #058176;
}
</style>