Shades of Persian Green #05A384
Tints of Persian Green #05A384
RGB
CMYK
RGB Variations
Color information
#05A384 (or 0x05A384) is known color: Persian Green. HEX triplet: 05, A3 and 84. RGB value is (5,163,132). Sum of RGB (Red+Green+Blue) = 5+163+132=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #05A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A384 is #FA5C7B. Grayscale: #707070. Windows color (decimal): -16407676 or 8692485. OLE color: 8692485.
HSL color Cylindrical-coordinate representation of color #05A384: hue angle of 168.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A384 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 132 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.36 |
| HSL | 168.23º | 0.94% | 0.33% | - |
| HSV(B) | 168.23º | 0.97% | 0.64% | - |
| XYZ | 17.32 | 27.89 | 26.3 | - |
| YUV | 112.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 132 | 0.97 | 0 | 0.19 | 0.36 | 168.23 | 0.94 | 0.33 |
| Hex | 5 | A3 | 84 | 61 | 0 | 13 | 24 | A8 | 5E | 21 |
| Octal | 5 | 243 | 204 | 141 | 0 | 23 | 44 | 250 | 136 | 41 |
| Binary | 101 | 10100011 | 10000100 | 1100001 | 0 | 10011 | 100100 | 10101000 | 1011110 | 100001 |
Color Harmonies of #05A384
Complementary color
Monochromatic Colors of #05A384
Black with #05A384
Text Example
Text Example
White with #05A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A384; }
p { color: rgb(5,163,132); }
H1.HeaderClassName
{
color: #05A384;
}
.AnyTagClassName
{
color: #05A384;
}
</style>
background-color css
<style>
a { background-color: #05A384; }
a { background-color: rgb(5,163,132); }
div.DivClassName
{
background-color: #05A384;
}
.BgClassName
{
background-color: #05A384;
}
</style>
border-color css
<style>
span { border-color: #05A384; }
span { border-color: rgb(5,163,132); }
td.TdClassName
{
border-color: #05A384;
}
.TagClassName
{
border-color: #05A384;
}
</style>