Shades of Jewel #045A41
Tints of Jewel #045A41
RGB
CMYK
RGB Variations
Color information
#045A41 (or 0x045A41) is known color: Jewel. HEX triplet: 04, 5A and 41. RGB value is (4,90,65). Sum of RGB (Red+Green+Blue) = 4+90+65=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #045A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A41 is #FBA5BE. Grayscale: #3D3D3D. Windows color (decimal): -16491967 or 4282884. OLE color: 4282884.
HSL color Cylindrical-coordinate representation of color #045A41: hue angle of 162.56º 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 #045A41 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 65 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.65 |
| HSL | 162.56º | 0.91% | 0.18% | - |
| HSV(B) | 162.56º | 0.96% | 0.35% | - |
| XYZ | 4.66 | 7.72 | 6.25 | - |
| YUV | 61.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 65 | 0.96 | 0 | 0.28 | 0.65 | 162.56 | 0.91 | 0.18 |
| Hex | 4 | 5A | 41 | 60 | 0 | 1C | 41 | A3 | 5B | 12 |
| Octal | 4 | 132 | 101 | 140 | 0 | 34 | 101 | 243 | 133 | 22 |
| Binary | 100 | 1011010 | 1000001 | 1100000 | 0 | 11100 | 1000001 | 10100011 | 1011011 | 10010 |
Color Harmonies of #045A41
Complementary color
Monochromatic Colors of #045A41
Black with #045A41
Text Example
Text Example
White with #045A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A41; }
p { color: rgb(4,90,65); }
H1.HeaderClassName
{
color: #045A41;
}
.AnyTagClassName
{
color: #045A41;
}
</style>
background-color css
<style>
a { background-color: #045A41; }
a { background-color: rgb(4,90,65); }
div.DivClassName
{
background-color: #045A41;
}
.BgClassName
{
background-color: #045A41;
}
</style>
border-color css
<style>
span { border-color: #045A41; }
span { border-color: rgb(4,90,65); }
td.TdClassName
{
border-color: #045A41;
}
.TagClassName
{
border-color: #045A41;
}
</style>