Shades of Jewel #045E41
Tints of Jewel #045E41
RGB
CMYK
RGB Variations
Color information
#045E41 (or 0x045E41) is known color: Jewel. HEX triplet: 04, 5E and 41. RGB value is (4,94,65). Sum of RGB (Red+Green+Blue) = 4+94+65=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #045E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045E41 is #FBA1BE. Grayscale: #3F3F3F. Windows color (decimal): -16490943 or 4283908. OLE color: 4283908.
HSL color Cylindrical-coordinate representation of color #045E41: hue angle of 160.67º 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 #045E41 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 94 | 65 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.63 |
| HSL | 160.67º | 0.92% | 0.19% | - |
| HSV(B) | 160.67º | 0.96% | 0.37% | - |
| XYZ | 5.01 | 8.41 | 6.36 | - |
| YUV | 63.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 65 | 0.96 | 0 | 0.31 | 0.63 | 160.67 | 0.92 | 0.19 |
| Hex | 4 | 5E | 41 | 60 | 0 | 1F | 3F | A1 | 5C | 13 |
| Octal | 4 | 136 | 101 | 140 | 0 | 37 | 77 | 241 | 134 | 23 |
| Binary | 100 | 1011110 | 1000001 | 1100000 | 0 | 11111 | 111111 | 10100001 | 1011100 | 10011 |
Color Harmonies of #045E41
Complementary color
Monochromatic Colors of #045E41
Black with #045E41
Text Example
Text Example
White with #045E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E41; }
p { color: rgb(4,94,65); }
H1.HeaderClassName
{
color: #045E41;
}
.AnyTagClassName
{
color: #045E41;
}
</style>
background-color css
<style>
a { background-color: #045E41; }
a { background-color: rgb(4,94,65); }
div.DivClassName
{
background-color: #045E41;
}
.BgClassName
{
background-color: #045E41;
}
</style>
border-color css
<style>
span { border-color: #045E41; }
span { border-color: rgb(4,94,65); }
td.TdClassName
{
border-color: #045E41;
}
.TagClassName
{
border-color: #045E41;
}
</style>