Shades of Surfie Green #018479
Tints of Surfie Green #018479
RGB
CMYK
RGB Variations
Color information
#018479 (or 0x018479) is known color: Surfie Green. HEX triplet: 01, 84 and 79. RGB value is (1,132,121). Sum of RGB (Red+Green+Blue) = 1+132+121=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #018479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018479 is #FE7B86. Grayscale: #5B5B5B. Windows color (decimal): -16677767 or 7963649. OLE color: 7963649.
HSL color Cylindrical-coordinate representation of color #018479: hue angle of 174.96º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018479 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 121 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.48 |
| HSL | 174.96º | 0.98% | 0.26% | - |
| HSV(B) | 174.96º | 0.99% | 0.52% | - |
| XYZ | 11.71 | 17.89 | 20.92 | - |
| YUV | 91.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 121 | 0.99 | 0 | 0.08 | 0.48 | 174.96 | 0.98 | 0.26 |
| Hex | 1 | 84 | 79 | 63 | 0 | 8 | 30 | AF | 62 | 1A |
| Octal | 1 | 204 | 171 | 143 | 0 | 10 | 60 | 257 | 142 | 32 |
| Binary | 1 | 10000100 | 1111001 | 1100011 | 0 | 1000 | 110000 | 10101111 | 1100010 | 11010 |
Color Harmonies of #018479
Complementary color
Monochromatic Colors of #018479
Black with #018479
Text Example
Text Example
White with #018479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018479; }
p { color: rgb(1,132,121); }
H1.HeaderClassName
{
color: #018479;
}
.AnyTagClassName
{
color: #018479;
}
</style>
background-color css
<style>
a { background-color: #018479; }
a { background-color: rgb(1,132,121); }
div.DivClassName
{
background-color: #018479;
}
.BgClassName
{
background-color: #018479;
}
</style>
border-color css
<style>
span { border-color: #018479; }
span { border-color: rgb(1,132,121); }
td.TdClassName
{
border-color: #018479;
}
.TagClassName
{
border-color: #018479;
}
</style>