Shades of Persian Green #049F9B
Tints of Persian Green #049F9B
RGB
CMYK
RGB Variations
Color information
#049F9B (or 0x049F9B) is known color: Persian Green. HEX triplet: 04, 9F and 9B. RGB value is (4,159,155). Sum of RGB (Red+Green+Blue) = 4+159+155=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #049F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049F9B is #FB6064. Grayscale: #707070. Windows color (decimal): -16474213 or 10198788. OLE color: 10198788.
HSL color Cylindrical-coordinate representation of color #049F9B: hue angle of 178.45º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F9B is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 159 | 155 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.38 |
| HSL | 178.45º | 0.95% | 0.32% | - |
| HSV(B) | 178.45º | 0.97% | 0.62% | - |
| XYZ | 18.36 | 27.19 | 35.29 | - |
| YUV | 112.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 155 | 0.97 | 0 | 0.03 | 0.38 | 178.45 | 0.95 | 0.32 |
| Hex | 4 | 9F | 9B | 61 | 0 | 3 | 26 | B2 | 5F | 20 |
| Octal | 4 | 237 | 233 | 141 | 0 | 3 | 46 | 262 | 137 | 40 |
| Binary | 100 | 10011111 | 10011011 | 1100001 | 0 | 11 | 100110 | 10110010 | 1011111 | 100000 |
Color Harmonies of #049F9B
Complementary color
Monochromatic Colors of #049F9B
Black with #049F9B
Text Example
Text Example
White with #049F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049F9B; }
p { color: rgb(4,159,155); }
H1.HeaderClassName
{
color: #049F9B;
}
.AnyTagClassName
{
color: #049F9B;
}
</style>
background-color css
<style>
a { background-color: #049F9B; }
a { background-color: rgb(4,159,155); }
div.DivClassName
{
background-color: #049F9B;
}
.BgClassName
{
background-color: #049F9B;
}
</style>
border-color css
<style>
span { border-color: #049F9B; }
span { border-color: rgb(4,159,155); }
td.TdClassName
{
border-color: #049F9B;
}
.TagClassName
{
border-color: #049F9B;
}
</style>