Shades of Surfie Green #047075
Tints of Surfie Green #047075
RGB
CMYK
RGB Variations
Color information
#047075 (or 0x047075) is known color: Surfie Green. HEX triplet: 04, 70 and 75. RGB value is (4,112,117). Sum of RGB (Red+Green+Blue) = 4+112+117=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #047075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047075 is #FB8F8A. Grayscale: #505050. Windows color (decimal): -16486283 or 7696388. OLE color: 7696388.
HSL color Cylindrical-coordinate representation of color #047075: hue angle of 182.65º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047075 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 112 | 117 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.54 |
| HSL | 182.65º | 0.93% | 0.24% | - |
| HSV(B) | 182.65º | 0.97% | 0.46% | - |
| XYZ | 9.06 | 12.9 | 18.84 | - |
| YUV | 80.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 117 | 0.97 | 0.04 | 0 | 0.54 | 182.65 | 0.93 | 0.24 |
| Hex | 4 | 70 | 75 | 61 | 4 | 0 | 36 | B7 | 5D | 18 |
| Octal | 4 | 160 | 165 | 141 | 4 | 0 | 66 | 267 | 135 | 30 |
| Binary | 100 | 1110000 | 1110101 | 1100001 | 100 | 0 | 110110 | 10110111 | 1011101 | 11000 |
Color Harmonies of #047075
Complementary color
Monochromatic Colors of #047075
Black with #047075
Text Example
Text Example
White with #047075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047075; }
p { color: rgb(4,112,117); }
H1.HeaderClassName
{
color: #047075;
}
.AnyTagClassName
{
color: #047075;
}
</style>
background-color css
<style>
a { background-color: #047075; }
a { background-color: rgb(4,112,117); }
div.DivClassName
{
background-color: #047075;
}
.BgClassName
{
background-color: #047075;
}
</style>
border-color css
<style>
span { border-color: #047075; }
span { border-color: rgb(4,112,117); }
td.TdClassName
{
border-color: #047075;
}
.TagClassName
{
border-color: #047075;
}
</style>