Shades of Jewel #04653E
Tints of Jewel #04653E
RGB
CMYK
RGB Variations
Color information
#04653E (or 0x04653E) is known color: Jewel. HEX triplet: 04, 65 and 3E. RGB value is (4,101,62). Sum of RGB (Red+Green+Blue) = 4+101+62=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #04653E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04653E is #FB9AC1. Grayscale: #434343. Windows color (decimal): -16489154 or 4089092. OLE color: 4089092.
HSL color Cylindrical-coordinate representation of color #04653E: hue angle of 155.88º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04653E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 62 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.60 |
| HSL | 155.88º | 0.92% | 0.21% | - |
| HSV(B) | 155.88º | 0.96% | 0.4% | - |
| XYZ | 5.57 | 9.68 | 6.13 | - |
| YUV | 67.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 62 | 0.96 | 0 | 0.39 | 0.60 | 155.88 | 0.92 | 0.21 |
| Hex | 4 | 65 | 3E | 60 | 0 | 27 | 3C | 9C | 5C | 15 |
| Octal | 4 | 145 | 76 | 140 | 0 | 47 | 74 | 234 | 134 | 25 |
| Binary | 100 | 1100101 | 111110 | 1100000 | 0 | 100111 | 111100 | 10011100 | 1011100 | 10101 |
Color Harmonies of #04653E
Complementary color
Monochromatic Colors of #04653E
Black with #04653E
Text Example
Text Example
White with #04653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04653E; }
p { color: rgb(4,101,62); }
H1.HeaderClassName
{
color: #04653E;
}
.AnyTagClassName
{
color: #04653E;
}
</style>
background-color css
<style>
a { background-color: #04653E; }
a { background-color: rgb(4,101,62); }
div.DivClassName
{
background-color: #04653E;
}
.BgClassName
{
background-color: #04653E;
}
</style>
border-color css
<style>
span { border-color: #04653E; }
span { border-color: rgb(4,101,62); }
td.TdClassName
{
border-color: #04653E;
}
.TagClassName
{
border-color: #04653E;
}
</style>