Shades of Jewel #045F40
Tints of Jewel #045F40
RGB
CMYK
RGB Variations
Color information
#045F40 (or 0x045F40) is known color: Jewel. HEX triplet: 04, 5F and 40. RGB value is (4,95,64). Sum of RGB (Red+Green+Blue) = 4+95+64=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #045F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F40 is #FBA0BF. Grayscale: #404040. Windows color (decimal): -16490688 or 4218628. OLE color: 4218628.
HSL color Cylindrical-coordinate representation of color #045F40: hue angle of 159.56º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F40 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 95 | 64 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.63 |
| HSL | 159.56º | 0.92% | 0.19% | - |
| HSV(B) | 159.56º | 0.96% | 0.37% | - |
| XYZ | 5.07 | 8.58 | 6.24 | - |
| YUV | 64.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 64 | 0.96 | 0 | 0.33 | 0.63 | 159.56 | 0.92 | 0.19 |
| Hex | 4 | 5F | 40 | 60 | 0 | 21 | 3F | A0 | 5C | 13 |
| Octal | 4 | 137 | 100 | 140 | 0 | 41 | 77 | 240 | 134 | 23 |
| Binary | 100 | 1011111 | 1000000 | 1100000 | 0 | 100001 | 111111 | 10100000 | 1011100 | 10011 |
Color Harmonies of #045F40
Complementary color
Monochromatic Colors of #045F40
Black with #045F40
Text Example
Text Example
White with #045F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F40; }
p { color: rgb(4,95,64); }
H1.HeaderClassName
{
color: #045F40;
}
.AnyTagClassName
{
color: #045F40;
}
</style>
background-color css
<style>
a { background-color: #045F40; }
a { background-color: rgb(4,95,64); }
div.DivClassName
{
background-color: #045F40;
}
.BgClassName
{
background-color: #045F40;
}
</style>
border-color css
<style>
span { border-color: #045F40; }
span { border-color: rgb(4,95,64); }
td.TdClassName
{
border-color: #045F40;
}
.TagClassName
{
border-color: #045F40;
}
</style>