Shades of Persian Green #04B095
Tints of Persian Green #04B095
RGB
CMYK
RGB Variations
Color information
#04B095 (or 0x04B095) is known color: Persian Green. HEX triplet: 04, B0 and 95. RGB value is (4,176,149). Sum of RGB (Red+Green+Blue) = 4+176+149=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #04B095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B095 is #FB4F6A. Grayscale: #797979. Windows color (decimal): -16469867 or 9809924. OLE color: 9809924.
HSL color Cylindrical-coordinate representation of color #04B095: hue angle of 170.58º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B095 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 176 | 149 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.31 |
| HSL | 170.58º | 0.96% | 0.35% | - |
| HSV(B) | 170.58º | 0.98% | 0.69% | - |
| XYZ | 21 | 33.25 | 33.74 | - |
| YUV | 121.49 | 143.52 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 149 | 0.98 | 0 | 0.15 | 0.31 | 170.58 | 0.96 | 0.35 |
| Hex | 4 | B0 | 95 | 62 | 0 | F | 1F | AB | 60 | 23 |
| Octal | 4 | 260 | 225 | 142 | 0 | 17 | 37 | 253 | 140 | 43 |
| Binary | 100 | 10110000 | 10010101 | 1100010 | 0 | 1111 | 11111 | 10101011 | 1100000 | 100011 |
Color Harmonies of #04B095
Complementary color
Monochromatic Colors of #04B095
Black with #04B095
Text Example
Text Example
White with #04B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B095; }
p { color: rgb(4,176,149); }
H1.HeaderClassName
{
color: #04B095;
}
.AnyTagClassName
{
color: #04B095;
}
</style>
background-color css
<style>
a { background-color: #04B095; }
a { background-color: rgb(4,176,149); }
div.DivClassName
{
background-color: #04B095;
}
.BgClassName
{
background-color: #04B095;
}
</style>
border-color css
<style>
span { border-color: #04B095; }
span { border-color: rgb(4,176,149); }
td.TdClassName
{
border-color: #04B095;
}
.TagClassName
{
border-color: #04B095;
}
</style>