Shades of Surfie Green #047975
Tints of Surfie Green #047975
RGB
CMYK
RGB Variations
Color information
#047975 (or 0x047975) is known color: Surfie Green. HEX triplet: 04, 79 and 75. RGB value is (4,121,117). Sum of RGB (Red+Green+Blue) = 4+121+117=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #047975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047975 is #FB868A. Grayscale: #555555. Windows color (decimal): -16483979 or 7698692. OLE color: 7698692.
HSL color Cylindrical-coordinate representation of color #047975: hue angle of 177.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047975 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 121 | 117 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.53 |
| HSL | 177.95º | 0.94% | 0.25% | - |
| HSV(B) | 177.95º | 0.97% | 0.47% | - |
| XYZ | 10.1 | 14.98 | 19.19 | - |
| YUV | 85.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 117 | 0.97 | 0 | 0.03 | 0.53 | 177.95 | 0.94 | 0.25 |
| Hex | 4 | 79 | 75 | 61 | 0 | 3 | 35 | B2 | 5E | 19 |
| Octal | 4 | 171 | 165 | 141 | 0 | 3 | 65 | 262 | 136 | 31 |
| Binary | 100 | 1111001 | 1110101 | 1100001 | 0 | 11 | 110101 | 10110010 | 1011110 | 11001 |
Color Harmonies of #047975
Complementary color
Monochromatic Colors of #047975
Black with #047975
Text Example
Text Example
White with #047975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047975; }
p { color: rgb(4,121,117); }
H1.HeaderClassName
{
color: #047975;
}
.AnyTagClassName
{
color: #047975;
}
</style>
background-color css
<style>
a { background-color: #047975; }
a { background-color: rgb(4,121,117); }
div.DivClassName
{
background-color: #047975;
}
.BgClassName
{
background-color: #047975;
}
</style>
border-color css
<style>
span { border-color: #047975; }
span { border-color: rgb(4,121,117); }
td.TdClassName
{
border-color: #047975;
}
.TagClassName
{
border-color: #047975;
}
</style>