Shades of Crusoe #04581F
Tints of Crusoe #04581F
RGB
CMYK
RGB Variations
Color information
#04581F (or 0x04581F) is known color: Crusoe. HEX triplet: 04, 58 and 1F. RGB value is (4,88,31). Sum of RGB (Red+Green+Blue) = 4+88+31=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #04581F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04581F is #FBA7E0. Grayscale: #383838. Windows color (decimal): -16492513 or 2054148. OLE color: 2054148.
HSL color Cylindrical-coordinate representation of color #04581F: hue angle of 139.29º 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 #04581F is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 31 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.65 |
| HSL | 139.29º | 0.91% | 0.18% | - |
| HSV(B) | 139.29º | 0.95% | 0.35% | - |
| XYZ | 3.79 | 7.1 | 2.47 | - |
| YUV | 56.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 31 | 0.95 | 0 | 0.65 | 0.65 | 139.29 | 0.91 | 0.18 |
| Hex | 4 | 58 | 1F | 5F | 0 | 41 | 41 | 8B | 5B | 12 |
| Octal | 4 | 130 | 37 | 137 | 0 | 101 | 101 | 213 | 133 | 22 |
| Binary | 100 | 1011000 | 11111 | 1011111 | 0 | 1000001 | 1000001 | 10001011 | 1011011 | 10010 |
Color Harmonies of #04581F
Complementary color
Monochromatic Colors of #04581F
Black with #04581F
Text Example
Text Example
White with #04581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04581F; }
p { color: rgb(4,88,31); }
H1.HeaderClassName
{
color: #04581F;
}
.AnyTagClassName
{
color: #04581F;
}
</style>
background-color css
<style>
a { background-color: #04581F; }
a { background-color: rgb(4,88,31); }
div.DivClassName
{
background-color: #04581F;
}
.BgClassName
{
background-color: #04581F;
}
</style>
border-color css
<style>
span { border-color: #04581F; }
span { border-color: rgb(4,88,31); }
td.TdClassName
{
border-color: #04581F;
}
.TagClassName
{
border-color: #04581F;
}
</style>