Shades of Crusoe #04581D
Tints of Crusoe #04581D
RGB
CMYK
RGB Variations
Color information
#04581D (or 0x04581D) is known color: Crusoe. HEX triplet: 04, 58 and 1D. RGB value is (4,88,29). Sum of RGB (Red+Green+Blue) = 4+88+29=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 88 (34.77% from 255 or 72.73% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 88 - color contains mainly: green. Hex color #04581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04581D is #FBA7E2. Grayscale: #383838. Windows color (decimal): -16492515 or 1923076. OLE color: 1923076.
HSL color Cylindrical-coordinate representation of color #04581D: hue angle of 137.86º 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 #04581D is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 29 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.65 |
| HSL | 137.86º | 0.91% | 0.18% | - |
| HSV(B) | 137.86º | 0.95% | 0.35% | - |
| XYZ | 3.76 | 7.09 | 2.33 | - |
| YUV | 56.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 29 | 0.95 | 0 | 0.67 | 0.65 | 137.86 | 0.91 | 0.18 |
| Hex | 4 | 58 | 1D | 5F | 0 | 43 | 41 | 8A | 5B | 12 |
| Octal | 4 | 130 | 35 | 137 | 0 | 103 | 101 | 212 | 133 | 22 |
| Binary | 100 | 1011000 | 11101 | 1011111 | 0 | 1000011 | 1000001 | 10001010 | 1011011 | 10010 |
Color Harmonies of #04581D
Complementary color
Monochromatic Colors of #04581D
Black with #04581D
Text Example
Text Example
White with #04581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04581D; }
p { color: rgb(4,88,29); }
H1.HeaderClassName
{
color: #04581D;
}
.AnyTagClassName
{
color: #04581D;
}
</style>
background-color css
<style>
a { background-color: #04581D; }
a { background-color: rgb(4,88,29); }
div.DivClassName
{
background-color: #04581D;
}
.BgClassName
{
background-color: #04581D;
}
</style>
border-color css
<style>
span { border-color: #04581D; }
span { border-color: rgb(4,88,29); }
td.TdClassName
{
border-color: #04581D;
}
.TagClassName
{
border-color: #04581D;
}
</style>