Shades of Surfie Green #03807A
Tints of Surfie Green #03807A
RGB
CMYK
RGB Variations
Color information
#03807A (or 0x03807A) is known color: Surfie Green. HEX triplet: 03, 80 and 7A. RGB value is (3,128,122). Sum of RGB (Red+Green+Blue) = 3+128+122=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #03807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03807A is #FC7F85. Grayscale: #595959. Windows color (decimal): -16547718 or 8028163. OLE color: 8028163.
HSL color Cylindrical-coordinate representation of color #03807A: hue angle of 177.12º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03807A is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 122 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.50 |
| HSL | 177.12º | 0.95% | 0.26% | - |
| HSV(B) | 177.12º | 0.98% | 0.5% | - |
| XYZ | 11.27 | 16.86 | 21.07 | - |
| YUV | 89.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 122 | 0.98 | 0 | 0.05 | 0.50 | 177.12 | 0.95 | 0.26 |
| Hex | 3 | 80 | 7A | 62 | 0 | 5 | 32 | B1 | 5F | 1A |
| Octal | 3 | 200 | 172 | 142 | 0 | 5 | 62 | 261 | 137 | 32 |
| Binary | 11 | 10000000 | 1111010 | 1100010 | 0 | 101 | 110010 | 10110001 | 1011111 | 11010 |
Color Harmonies of #03807A
Complementary color
Monochromatic Colors of #03807A
Black with #03807A
Text Example
Text Example
White with #03807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03807A; }
p { color: rgb(3,128,122); }
H1.HeaderClassName
{
color: #03807A;
}
.AnyTagClassName
{
color: #03807A;
}
</style>
background-color css
<style>
a { background-color: #03807A; }
a { background-color: rgb(3,128,122); }
div.DivClassName
{
background-color: #03807A;
}
.BgClassName
{
background-color: #03807A;
}
</style>
border-color css
<style>
span { border-color: #03807A; }
span { border-color: rgb(3,128,122); }
td.TdClassName
{
border-color: #03807A;
}
.TagClassName
{
border-color: #03807A;
}
</style>