Shades of Persian Green #049CA3
Tints of Persian Green #049CA3
RGB
CMYK
RGB Variations
Color information
#049CA3 (or 0x049CA3) is known color: Persian Green. HEX triplet: 04, 9C and A3. RGB value is (4,156,163). Sum of RGB (Red+Green+Blue) = 4+156+163=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #049CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049CA3 is #FB635C. Grayscale: #6F6F6F. Windows color (decimal): -16474973 or 10722308. OLE color: 10722308.
HSL color Cylindrical-coordinate representation of color #049CA3: hue angle of 182.64º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049CA3 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 156 | 163 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.36 |
| HSL | 182.64º | 0.95% | 0.33% | - |
| HSV(B) | 182.64º | 0.98% | 0.64% | - |
| XYZ | 18.55 | 26.45 | 38.78 | - |
| YUV | 111.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 163 | 0.98 | 0.04 | 0 | 0.36 | 182.64 | 0.95 | 0.33 |
| Hex | 4 | 9C | A3 | 62 | 4 | 0 | 24 | B7 | 5F | 21 |
| Octal | 4 | 234 | 243 | 142 | 4 | 0 | 44 | 267 | 137 | 41 |
| Binary | 100 | 10011100 | 10100011 | 1100010 | 100 | 0 | 100100 | 10110111 | 1011111 | 100001 |
Color Harmonies of #049CA3
Complementary color
Monochromatic Colors of #049CA3
Black with #049CA3
Text Example
Text Example
White with #049CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CA3; }
p { color: rgb(4,156,163); }
H1.HeaderClassName
{
color: #049CA3;
}
.AnyTagClassName
{
color: #049CA3;
}
</style>
background-color css
<style>
a { background-color: #049CA3; }
a { background-color: rgb(4,156,163); }
div.DivClassName
{
background-color: #049CA3;
}
.BgClassName
{
background-color: #049CA3;
}
</style>
border-color css
<style>
span { border-color: #049CA3; }
span { border-color: rgb(4,156,163); }
td.TdClassName
{
border-color: #049CA3;
}
.TagClassName
{
border-color: #049CA3;
}
</style>