Shades of Surfie Green #04727A
Tints of Surfie Green #04727A
RGB
CMYK
RGB Variations
Color information
#04727A (or 0x04727A) is known color: Surfie Green. HEX triplet: 04, 72 and 7A. RGB value is (4,114,122). Sum of RGB (Red+Green+Blue) = 4+114+122=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #04727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04727A is #FB8D85. Grayscale: #515151. Windows color (decimal): -16485766 or 8024580. OLE color: 8024580.
HSL color Cylindrical-coordinate representation of color #04727A: hue angle of 184.07º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04727A is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 114 | 122 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.52 |
| HSL | 184.07º | 0.94% | 0.25% | - |
| HSV(B) | 184.07º | 0.97% | 0.48% | - |
| XYZ | 9.58 | 13.47 | 20.51 | - |
| YUV | 82.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 122 | 0.97 | 0.07 | 0 | 0.52 | 184.07 | 0.94 | 0.25 |
| Hex | 4 | 72 | 7A | 61 | 7 | 0 | 34 | B8 | 5E | 19 |
| Octal | 4 | 162 | 172 | 141 | 7 | 0 | 64 | 270 | 136 | 31 |
| Binary | 100 | 1110010 | 1111010 | 1100001 | 111 | 0 | 110100 | 10111000 | 1011110 | 11001 |
Color Harmonies of #04727A
Complementary color
Monochromatic Colors of #04727A
Black with #04727A
Text Example
Text Example
White with #04727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04727A; }
p { color: rgb(4,114,122); }
H1.HeaderClassName
{
color: #04727A;
}
.AnyTagClassName
{
color: #04727A;
}
</style>
background-color css
<style>
a { background-color: #04727A; }
a { background-color: rgb(4,114,122); }
div.DivClassName
{
background-color: #04727A;
}
.BgClassName
{
background-color: #04727A;
}
</style>
border-color css
<style>
span { border-color: #04727A; }
span { border-color: rgb(4,114,122); }
td.TdClassName
{
border-color: #04727A;
}
.TagClassName
{
border-color: #04727A;
}
</style>