Shades of Crusoe #04642C
Tints of Crusoe #04642C
RGB
CMYK
RGB Variations
Color information
#04642C (or 0x04642C) is known color: Crusoe. HEX triplet: 04, 64 and 2C. RGB value is (4,100,44). Sum of RGB (Red+Green+Blue) = 4+100+44=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #04642C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04642C is #FB9BD3. Grayscale: #414141. Windows color (decimal): -16489428 or 2909188. OLE color: 2909188.
HSL color Cylindrical-coordinate representation of color #04642C: hue angle of 145º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04642C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 44 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.61 |
| HSL | 145º | 0.92% | 0.2% | - |
| HSV(B) | 145º | 0.96% | 0.39% | - |
| XYZ | 5.06 | 9.32 | 3.92 | - |
| YUV | 64.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 44 | 0.96 | 0 | 0.56 | 0.61 | 145 | 0.92 | 0.2 |
| Hex | 4 | 64 | 2C | 60 | 0 | 38 | 3D | 91 | 5C | 14 |
| Octal | 4 | 144 | 54 | 140 | 0 | 70 | 75 | 221 | 134 | 24 |
| Binary | 100 | 1100100 | 101100 | 1100000 | 0 | 111000 | 111101 | 10010001 | 1011100 | 10100 |
Color Harmonies of #04642C
Complementary color
Monochromatic Colors of #04642C
Black with #04642C
Text Example
Text Example
White with #04642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04642C; }
p { color: rgb(4,100,44); }
H1.HeaderClassName
{
color: #04642C;
}
.AnyTagClassName
{
color: #04642C;
}
</style>
background-color css
<style>
a { background-color: #04642C; }
a { background-color: rgb(4,100,44); }
div.DivClassName
{
background-color: #04642C;
}
.BgClassName
{
background-color: #04642C;
}
</style>
border-color css
<style>
span { border-color: #04642C; }
span { border-color: rgb(4,100,44); }
td.TdClassName
{
border-color: #04642C;
}
.TagClassName
{
border-color: #04642C;
}
</style>