Shades of Surfie Green #018377
Tints of Surfie Green #018377
RGB
CMYK
RGB Variations
Color information
#018377 (or 0x018377) is known color: Surfie Green. HEX triplet: 01, 83 and 77. RGB value is (1,131,119). Sum of RGB (Red+Green+Blue) = 1+131+119=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #018377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018377 is #FE7C88. Grayscale: #5A5A5A. Windows color (decimal): -16678025 or 7832321. OLE color: 7832321.
HSL color Cylindrical-coordinate representation of color #018377: hue angle of 174.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018377 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 119 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.49 |
| HSL | 174.46º | 0.98% | 0.26% | - |
| HSV(B) | 174.46º | 0.99% | 0.51% | - |
| XYZ | 11.46 | 17.57 | 20.24 | - |
| YUV | 90.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 119 | 0.99 | 0 | 0.09 | 0.49 | 174.46 | 0.98 | 0.26 |
| Hex | 1 | 83 | 77 | 63 | 0 | 9 | 31 | AE | 62 | 1A |
| Octal | 1 | 203 | 167 | 143 | 0 | 11 | 61 | 256 | 142 | 32 |
| Binary | 1 | 10000011 | 1110111 | 1100011 | 0 | 1001 | 110001 | 10101110 | 1100010 | 11010 |
Color Harmonies of #018377
Complementary color
Monochromatic Colors of #018377
Black with #018377
Text Example
Text Example
White with #018377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018377; }
p { color: rgb(1,131,119); }
H1.HeaderClassName
{
color: #018377;
}
.AnyTagClassName
{
color: #018377;
}
</style>
background-color css
<style>
a { background-color: #018377; }
a { background-color: rgb(1,131,119); }
div.DivClassName
{
background-color: #018377;
}
.BgClassName
{
background-color: #018377;
}
</style>
border-color css
<style>
span { border-color: #018377; }
span { border-color: rgb(1,131,119); }
td.TdClassName
{
border-color: #018377;
}
.TagClassName
{
border-color: #018377;
}
</style>