Shades of Crusoe #04652C
Tints of Crusoe #04652C
RGB
CMYK
RGB Variations
Color information
#04652C (or 0x04652C) is known color: Crusoe. HEX triplet: 04, 65 and 2C. RGB value is (4,101,44). Sum of RGB (Red+Green+Blue) = 4+101+44=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #04652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04652C is #FB9AD3. Grayscale: #414141. Windows color (decimal): -16489172 or 2909444. OLE color: 2909444.
HSL color Cylindrical-coordinate representation of color #04652C: hue angle of 144.74º 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 #04652C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 44 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.60 |
| HSL | 144.74º | 0.92% | 0.21% | - |
| HSV(B) | 144.74º | 0.96% | 0.4% | - |
| XYZ | 5.16 | 9.52 | 3.95 | - |
| YUV | 65.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 44 | 0.96 | 0 | 0.56 | 0.60 | 144.74 | 0.92 | 0.21 |
| Hex | 4 | 65 | 2C | 60 | 0 | 38 | 3C | 91 | 5C | 15 |
| Octal | 4 | 145 | 54 | 140 | 0 | 70 | 74 | 221 | 134 | 25 |
| Binary | 100 | 1100101 | 101100 | 1100000 | 0 | 111000 | 111100 | 10010001 | 1011100 | 10101 |
Color Harmonies of #04652C
Complementary color
Monochromatic Colors of #04652C
Black with #04652C
Text Example
Text Example
White with #04652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04652C; }
p { color: rgb(4,101,44); }
H1.HeaderClassName
{
color: #04652C;
}
.AnyTagClassName
{
color: #04652C;
}
</style>
background-color css
<style>
a { background-color: #04652C; }
a { background-color: rgb(4,101,44); }
div.DivClassName
{
background-color: #04652C;
}
.BgClassName
{
background-color: #04652C;
}
</style>
border-color css
<style>
span { border-color: #04652C; }
span { border-color: rgb(4,101,44); }
td.TdClassName
{
border-color: #04652C;
}
.TagClassName
{
border-color: #04652C;
}
</style>