Shades of Surfie Green #04827A
Tints of Surfie Green #04827A
RGB
CMYK
RGB Variations
Color information
#04827A (or 0x04827A) is known color: Surfie Green. HEX triplet: 04, 82 and 7A. RGB value is (4,130,122). Sum of RGB (Red+Green+Blue) = 4+130+122=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #04827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04827A is #FB7D85. Grayscale: #5B5B5B. Windows color (decimal): -16481670 or 8028676. OLE color: 8028676.
HSL color Cylindrical-coordinate representation of color #04827A: hue angle of 176.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04827A is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 122 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.49 |
| HSL | 176.19º | 0.94% | 0.26% | - |
| HSV(B) | 176.19º | 0.97% | 0.51% | - |
| XYZ | 11.55 | 17.4 | 21.16 | - |
| YUV | 91.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 122 | 0.97 | 0 | 0.06 | 0.49 | 176.19 | 0.94 | 0.26 |
| Hex | 4 | 82 | 7A | 61 | 0 | 6 | 31 | B0 | 5E | 1A |
| Octal | 4 | 202 | 172 | 141 | 0 | 6 | 61 | 260 | 136 | 32 |
| Binary | 100 | 10000010 | 1111010 | 1100001 | 0 | 110 | 110001 | 10110000 | 1011110 | 11010 |
Color Harmonies of #04827A
Complementary color
Monochromatic Colors of #04827A
Black with #04827A
Text Example
Text Example
White with #04827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04827A; }
p { color: rgb(4,130,122); }
H1.HeaderClassName
{
color: #04827A;
}
.AnyTagClassName
{
color: #04827A;
}
</style>
background-color css
<style>
a { background-color: #04827A; }
a { background-color: rgb(4,130,122); }
div.DivClassName
{
background-color: #04827A;
}
.BgClassName
{
background-color: #04827A;
}
</style>
border-color css
<style>
span { border-color: #04827A; }
span { border-color: rgb(4,130,122); }
td.TdClassName
{
border-color: #04827A;
}
.TagClassName
{
border-color: #04827A;
}
</style>