Shades of Crusoe #04591E
Tints of Crusoe #04591E
RGB
CMYK
RGB Variations
Color information
#04591E (or 0x04591E) is known color: Crusoe. HEX triplet: 04, 59 and 1E. RGB value is (4,89,30). Sum of RGB (Red+Green+Blue) = 4+89+30=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #04591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04591E is #FBA6E1. Grayscale: #393939. Windows color (decimal): -16492258 or 1988868. OLE color: 1988868.
HSL color Cylindrical-coordinate representation of color #04591E: hue angle of 138.35º 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 #04591E is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 30 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.65 |
| HSL | 138.35º | 0.91% | 0.18% | - |
| HSV(B) | 138.35º | 0.96% | 0.35% | - |
| XYZ | 3.86 | 7.26 | 2.43 | - |
| YUV | 56.86 | 112.84 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 30 | 0.96 | 0 | 0.66 | 0.65 | 138.35 | 0.91 | 0.18 |
| Hex | 4 | 59 | 1E | 60 | 0 | 42 | 41 | 8A | 5B | 12 |
| Octal | 4 | 131 | 36 | 140 | 0 | 102 | 101 | 212 | 133 | 22 |
| Binary | 100 | 1011001 | 11110 | 1100000 | 0 | 1000010 | 1000001 | 10001010 | 1011011 | 10010 |
Color Harmonies of #04591E
Complementary color
Monochromatic Colors of #04591E
Black with #04591E
Text Example
Text Example
White with #04591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04591E; }
p { color: rgb(4,89,30); }
H1.HeaderClassName
{
color: #04591E;
}
.AnyTagClassName
{
color: #04591E;
}
</style>
background-color css
<style>
a { background-color: #04591E; }
a { background-color: rgb(4,89,30); }
div.DivClassName
{
background-color: #04591E;
}
.BgClassName
{
background-color: #04591E;
}
</style>
border-color css
<style>
span { border-color: #04591E; }
span { border-color: rgb(4,89,30); }
td.TdClassName
{
border-color: #04591E;
}
.TagClassName
{
border-color: #04591E;
}
</style>