Shades of Surfie Green #03737A
Tints of Surfie Green #03737A
RGB
CMYK
RGB Variations
Color information
#03737A (or 0x03737A) is known color: Surfie Green. HEX triplet: 03, 73 and 7A. RGB value is (3,115,122). Sum of RGB (Red+Green+Blue) = 3+115+122=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 115 (45.31% from 255 or 47.92% 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 #03737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03737A is #FC8C85. Grayscale: #525252. Windows color (decimal): -16551046 or 8024835. OLE color: 8024835.
HSL color Cylindrical-coordinate representation of color #03737A: hue angle of 183.53º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03737A is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 115 | 122 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.52 |
| HSL | 183.53º | 0.95% | 0.25% | - |
| HSV(B) | 183.53º | 0.98% | 0.48% | - |
| XYZ | 9.68 | 13.69 | 20.54 | - |
| YUV | 82.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 122 | 0.98 | 0.06 | 0 | 0.52 | 183.53 | 0.95 | 0.25 |
| Hex | 3 | 73 | 7A | 62 | 6 | 0 | 34 | B8 | 5F | 19 |
| Octal | 3 | 163 | 172 | 142 | 6 | 0 | 64 | 270 | 137 | 31 |
| Binary | 11 | 1110011 | 1111010 | 1100010 | 110 | 0 | 110100 | 10111000 | 1011111 | 11001 |
Color Harmonies of #03737A
Complementary color
Monochromatic Colors of #03737A
Black with #03737A
Text Example
Text Example
White with #03737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03737A; }
p { color: rgb(3,115,122); }
H1.HeaderClassName
{
color: #03737A;
}
.AnyTagClassName
{
color: #03737A;
}
</style>
background-color css
<style>
a { background-color: #03737A; }
a { background-color: rgb(3,115,122); }
div.DivClassName
{
background-color: #03737A;
}
.BgClassName
{
background-color: #03737A;
}
</style>
border-color css
<style>
span { border-color: #03737A; }
span { border-color: rgb(3,115,122); }
td.TdClassName
{
border-color: #03737A;
}
.TagClassName
{
border-color: #03737A;
}
</style>