Shades of Surfie Green #038575
Tints of Surfie Green #038575
RGB
CMYK
RGB Variations
Color information
#038575 (or 0x038575) is known color: Surfie Green. HEX triplet: 03, 85 and 75. RGB value is (3,133,117). Sum of RGB (Red+Green+Blue) = 3+133+117=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #038575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038575 is #FC7A8A. Grayscale: #5C5C5C. Windows color (decimal): -16546443 or 7701763. OLE color: 7701763.
HSL color Cylindrical-coordinate representation of color #038575: hue angle of 172.62º 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 #038575 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 117 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.48 |
| HSL | 172.62º | 0.96% | 0.27% | - |
| HSV(B) | 172.62º | 0.98% | 0.52% | - |
| XYZ | 11.64 | 18.08 | 19.71 | - |
| YUV | 92.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 117 | 0.98 | 0 | 0.12 | 0.48 | 172.62 | 0.96 | 0.27 |
| Hex | 3 | 85 | 75 | 62 | 0 | C | 30 | AD | 60 | 1B |
| Octal | 3 | 205 | 165 | 142 | 0 | 14 | 60 | 255 | 140 | 33 |
| Binary | 11 | 10000101 | 1110101 | 1100010 | 0 | 1100 | 110000 | 10101101 | 1100000 | 11011 |
Color Harmonies of #038575
Complementary color
Monochromatic Colors of #038575
Black with #038575
Text Example
Text Example
White with #038575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038575; }
p { color: rgb(3,133,117); }
H1.HeaderClassName
{
color: #038575;
}
.AnyTagClassName
{
color: #038575;
}
</style>
background-color css
<style>
a { background-color: #038575; }
a { background-color: rgb(3,133,117); }
div.DivClassName
{
background-color: #038575;
}
.BgClassName
{
background-color: #038575;
}
</style>
border-color css
<style>
span { border-color: #038575; }
span { border-color: rgb(3,133,117); }
td.TdClassName
{
border-color: #038575;
}
.TagClassName
{
border-color: #038575;
}
</style>