Shades of Jewel #04653C
Tints of Jewel #04653C
RGB
CMYK
RGB Variations
Color information
#04653C (or 0x04653C) is known color: Jewel. HEX triplet: 04, 65 and 3C. RGB value is (4,101,60). Sum of RGB (Red+Green+Blue) = 4+101+60=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #04653C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04653C is #FB9AC3. Grayscale: #434343. Windows color (decimal): -16489156 or 3958020. OLE color: 3958020.
HSL color Cylindrical-coordinate representation of color #04653C: hue angle of 154.64º 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 #04653C is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 60 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.60 |
| HSL | 154.64º | 0.92% | 0.21% | - |
| HSV(B) | 154.64º | 0.96% | 0.4% | - |
| XYZ | 5.52 | 9.66 | 5.85 | - |
| YUV | 67.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 60 | 0.96 | 0 | 0.41 | 0.60 | 154.64 | 0.92 | 0.21 |
| Hex | 4 | 65 | 3C | 60 | 0 | 29 | 3C | 9B | 5C | 15 |
| Octal | 4 | 145 | 74 | 140 | 0 | 51 | 74 | 233 | 134 | 25 |
| Binary | 100 | 1100101 | 111100 | 1100000 | 0 | 101001 | 111100 | 10011011 | 1011100 | 10101 |
Color Harmonies of #04653C
Complementary color
Monochromatic Colors of #04653C
Black with #04653C
Text Example
Text Example
White with #04653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04653C; }
p { color: rgb(4,101,60); }
H1.HeaderClassName
{
color: #04653C;
}
.AnyTagClassName
{
color: #04653C;
}
</style>
background-color css
<style>
a { background-color: #04653C; }
a { background-color: rgb(4,101,60); }
div.DivClassName
{
background-color: #04653C;
}
.BgClassName
{
background-color: #04653C;
}
</style>
border-color css
<style>
span { border-color: #04653C; }
span { border-color: rgb(4,101,60); }
td.TdClassName
{
border-color: #04653C;
}
.TagClassName
{
border-color: #04653C;
}
</style>