Shades of Crusoe #04581E
Tints of Crusoe #04581E
RGB
CMYK
RGB Variations
Color information
#04581E (or 0x04581E) is known color: Crusoe. HEX triplet: 04, 58 and 1E. RGB value is (4,88,30). Sum of RGB (Red+Green+Blue) = 4+88+30=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #04581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04581E is #FBA7E1. Grayscale: #383838. Windows color (decimal): -16492514 or 1988612. OLE color: 1988612.
HSL color Cylindrical-coordinate representation of color #04581E: hue angle of 138.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04581E is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 30 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.65 |
| HSL | 138.57º | 0.91% | 0.18% | - |
| HSV(B) | 138.57º | 0.95% | 0.35% | - |
| XYZ | 3.77 | 7.1 | 2.4 | - |
| YUV | 56.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 30 | 0.95 | 0 | 0.66 | 0.65 | 138.57 | 0.91 | 0.18 |
| Hex | 4 | 58 | 1E | 5F | 0 | 42 | 41 | 8B | 5B | 12 |
| Octal | 4 | 130 | 36 | 137 | 0 | 102 | 101 | 213 | 133 | 22 |
| Binary | 100 | 1011000 | 11110 | 1011111 | 0 | 1000010 | 1000001 | 10001011 | 1011011 | 10010 |
Color Harmonies of #04581E
Complementary color
Monochromatic Colors of #04581E
Black with #04581E
Text Example
Text Example
White with #04581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04581E; }
p { color: rgb(4,88,30); }
H1.HeaderClassName
{
color: #04581E;
}
.AnyTagClassName
{
color: #04581E;
}
</style>
background-color css
<style>
a { background-color: #04581E; }
a { background-color: rgb(4,88,30); }
div.DivClassName
{
background-color: #04581E;
}
.BgClassName
{
background-color: #04581E;
}
</style>
border-color css
<style>
span { border-color: #04581E; }
span { border-color: rgb(4,88,30); }
td.TdClassName
{
border-color: #04581E;
}
.TagClassName
{
border-color: #04581E;
}
</style>