Shades of Surfie Green #038579
Tints of Surfie Green #038579
RGB
CMYK
RGB Variations
Color information
#038579 (or 0x038579) is known color: Surfie Green. HEX triplet: 03, 85 and 79. RGB value is (3,133,121). Sum of RGB (Red+Green+Blue) = 3+133+121=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #038579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038579 is #FC7A86. Grayscale: #5C5C5C. Windows color (decimal): -16546439 or 7963907. OLE color: 7963907.
HSL color Cylindrical-coordinate representation of color #038579: hue angle of 174.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038579 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 121 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.48 |
| HSL | 174.46º | 0.96% | 0.27% | - |
| HSV(B) | 174.46º | 0.98% | 0.52% | - |
| XYZ | 11.88 | 18.17 | 20.97 | - |
| YUV | 92.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 121 | 0.98 | 0 | 0.09 | 0.48 | 174.46 | 0.96 | 0.27 |
| Hex | 3 | 85 | 79 | 62 | 0 | 9 | 30 | AE | 60 | 1B |
| Octal | 3 | 205 | 171 | 142 | 0 | 11 | 60 | 256 | 140 | 33 |
| Binary | 11 | 10000101 | 1111001 | 1100010 | 0 | 1001 | 110000 | 10101110 | 1100000 | 11011 |
Color Harmonies of #038579
Complementary color
Monochromatic Colors of #038579
Black with #038579
Text Example
Text Example
White with #038579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038579; }
p { color: rgb(3,133,121); }
H1.HeaderClassName
{
color: #038579;
}
.AnyTagClassName
{
color: #038579;
}
</style>
background-color css
<style>
a { background-color: #038579; }
a { background-color: rgb(3,133,121); }
div.DivClassName
{
background-color: #038579;
}
.BgClassName
{
background-color: #038579;
}
</style>
border-color css
<style>
span { border-color: #038579; }
span { border-color: rgb(3,133,121); }
td.TdClassName
{
border-color: #038579;
}
.TagClassName
{
border-color: #038579;
}
</style>