Shades of Jewel #045A3F
Tints of Jewel #045A3F
RGB
CMYK
RGB Variations
Color information
#045A3F (or 0x045A3F) is known color: Jewel. HEX triplet: 04, 5A and 3F. RGB value is (4,90,63). Sum of RGB (Red+Green+Blue) = 4+90+63=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #045A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A3F is #FBA5C0. Grayscale: #3D3D3D. Windows color (decimal): -16491969 or 4151812. OLE color: 4151812.
HSL color Cylindrical-coordinate representation of color #045A3F: hue angle of 161.16º 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 #045A3F is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 63 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.65 |
| HSL | 161.16º | 0.91% | 0.18% | - |
| HSV(B) | 161.16º | 0.96% | 0.35% | - |
| XYZ | 4.6 | 7.7 | 5.95 | - |
| YUV | 61.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 63 | 0.96 | 0 | 0.30 | 0.65 | 161.16 | 0.91 | 0.18 |
| Hex | 4 | 5A | 3F | 60 | 0 | 1E | 41 | A1 | 5B | 12 |
| Octal | 4 | 132 | 77 | 140 | 0 | 36 | 101 | 241 | 133 | 22 |
| Binary | 100 | 1011010 | 111111 | 1100000 | 0 | 11110 | 1000001 | 10100001 | 1011011 | 10010 |
Color Harmonies of #045A3F
Complementary color
Monochromatic Colors of #045A3F
Black with #045A3F
Text Example
Text Example
White with #045A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A3F; }
p { color: rgb(4,90,63); }
H1.HeaderClassName
{
color: #045A3F;
}
.AnyTagClassName
{
color: #045A3F;
}
</style>
background-color css
<style>
a { background-color: #045A3F; }
a { background-color: rgb(4,90,63); }
div.DivClassName
{
background-color: #045A3F;
}
.BgClassName
{
background-color: #045A3F;
}
</style>
border-color css
<style>
span { border-color: #045A3F; }
span { border-color: rgb(4,90,63); }
td.TdClassName
{
border-color: #045A3F;
}
.TagClassName
{
border-color: #045A3F;
}
</style>