Shades of Persian Green #049C9C
Tints of Persian Green #049C9C
RGB
CMYK
RGB Variations
Color information
#049C9C (or 0x049C9C) is known color: Persian Green. HEX triplet: 04, 9C and 9C. RGB value is (4,156,156). Sum of RGB (Red+Green+Blue) = 4+156+156=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #049C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049C9C is #FB6363. Grayscale: #6E6E6E. Windows color (decimal): -16474980 or 10263556. OLE color: 10263556.
HSL color Cylindrical-coordinate representation of color #049C9C: hue angle of 180º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049C9C is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 156 | 156 | - |
| CMYK | 0.97 | 0 | 0 | 0.39 |
| HSL | 180º | 0.95% | 0.31% | - |
| HSV(B) | 180º | 0.97% | 0.61% | - |
| XYZ | 17.94 | 26.2 | 35.56 | - |
| YUV | 110.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 156 | 0.97 | 0 | 0 | 0.39 | 180 | 0.95 | 0.31 |
| Hex | 4 | 9C | 9C | 61 | 0 | 0 | 27 | B4 | 5F | 1F |
| Octal | 4 | 234 | 234 | 141 | 0 | 0 | 47 | 264 | 137 | 37 |
| Binary | 100 | 10011100 | 10011100 | 1100001 | 0 | 0 | 100111 | 10110100 | 1011111 | 11111 |
Color Harmonies of #049C9C
Complementary color
Monochromatic Colors of #049C9C
Black with #049C9C
Text Example
Text Example
White with #049C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049C9C; }
p { color: rgb(4,156,156); }
H1.HeaderClassName
{
color: #049C9C;
}
.AnyTagClassName
{
color: #049C9C;
}
</style>
background-color css
<style>
a { background-color: #049C9C; }
a { background-color: rgb(4,156,156); }
div.DivClassName
{
background-color: #049C9C;
}
.BgClassName
{
background-color: #049C9C;
}
</style>
border-color css
<style>
span { border-color: #049C9C; }
span { border-color: rgb(4,156,156); }
td.TdClassName
{
border-color: #049C9C;
}
.TagClassName
{
border-color: #049C9C;
}
</style>