Shades of Crusoe #04592E
Tints of Crusoe #04592E
RGB
CMYK
RGB Variations
Color information
#04592E (or 0x04592E) is known color: Crusoe. HEX triplet: 04, 59 and 2E. RGB value is (4,89,46). Sum of RGB (Red+Green+Blue) = 4+89+46=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #04592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04592E is #FBA6D1. Grayscale: #3A3A3A. Windows color (decimal): -16492242 or 3037444. OLE color: 3037444.
HSL color Cylindrical-coordinate representation of color #04592E: hue angle of 149.65º 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 #04592E is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 46 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.65 |
| HSL | 149.65º | 0.91% | 0.18% | - |
| HSV(B) | 149.65º | 0.96% | 0.35% | - |
| XYZ | 4.12 | 7.37 | 3.79 | - |
| YUV | 58.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 46 | 0.96 | 0 | 0.48 | 0.65 | 149.65 | 0.91 | 0.18 |
| Hex | 4 | 59 | 2E | 60 | 0 | 30 | 41 | 96 | 5B | 12 |
| Octal | 4 | 131 | 56 | 140 | 0 | 60 | 101 | 226 | 133 | 22 |
| Binary | 100 | 1011001 | 101110 | 1100000 | 0 | 110000 | 1000001 | 10010110 | 1011011 | 10010 |
Color Harmonies of #04592E
Complementary color
Monochromatic Colors of #04592E
Black with #04592E
Text Example
Text Example
White with #04592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04592E; }
p { color: rgb(4,89,46); }
H1.HeaderClassName
{
color: #04592E;
}
.AnyTagClassName
{
color: #04592E;
}
</style>
background-color css
<style>
a { background-color: #04592E; }
a { background-color: rgb(4,89,46); }
div.DivClassName
{
background-color: #04592E;
}
.BgClassName
{
background-color: #04592E;
}
</style>
border-color css
<style>
span { border-color: #04592E; }
span { border-color: rgb(4,89,46); }
td.TdClassName
{
border-color: #04592E;
}
.TagClassName
{
border-color: #04592E;
}
</style>