Shades of Jewel #045A40
Tints of Jewel #045A40
RGB
CMYK
RGB Variations
Color information
#045A40 (or 0x045A40) is known color: Jewel. HEX triplet: 04, 5A and 40. RGB value is (4,90,64). Sum of RGB (Red+Green+Blue) = 4+90+64=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #045A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A40 is #FBA5BF. Grayscale: #3D3D3D. Windows color (decimal): -16491968 or 4217348. OLE color: 4217348.
HSL color Cylindrical-coordinate representation of color #045A40: hue angle of 161.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A40 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 64 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.65 |
| HSL | 161.86º | 0.91% | 0.18% | - |
| HSV(B) | 161.86º | 0.96% | 0.35% | - |
| XYZ | 4.63 | 7.71 | 6.09 | - |
| YUV | 61.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 64 | 0.96 | 0 | 0.29 | 0.65 | 161.86 | 0.91 | 0.18 |
| Hex | 4 | 5A | 40 | 60 | 0 | 1D | 41 | A2 | 5B | 12 |
| Octal | 4 | 132 | 100 | 140 | 0 | 35 | 101 | 242 | 133 | 22 |
| Binary | 100 | 1011010 | 1000000 | 1100000 | 0 | 11101 | 1000001 | 10100010 | 1011011 | 10010 |
Color Harmonies of #045A40
Complementary color
Monochromatic Colors of #045A40
Black with #045A40
Text Example
Text Example
White with #045A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A40; }
p { color: rgb(4,90,64); }
H1.HeaderClassName
{
color: #045A40;
}
.AnyTagClassName
{
color: #045A40;
}
</style>
background-color css
<style>
a { background-color: #045A40; }
a { background-color: rgb(4,90,64); }
div.DivClassName
{
background-color: #045A40;
}
.BgClassName
{
background-color: #045A40;
}
</style>
border-color css
<style>
span { border-color: #045A40; }
span { border-color: rgb(4,90,64); }
td.TdClassName
{
border-color: #045A40;
}
.TagClassName
{
border-color: #045A40;
}
</style>