Shades of Crusoe #04561E
Tints of Crusoe #04561E
RGB
CMYK
RGB Variations
Color information
#04561E (or 0x04561E) is known color: Crusoe. HEX triplet: 04, 56 and 1E. RGB value is (4,86,30). Sum of RGB (Red+Green+Blue) = 4+86+30=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #04561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04561E is #FBA9E1. Grayscale: #373737. Windows color (decimal): -16493026 or 1988100. OLE color: 1988100.
HSL color Cylindrical-coordinate representation of color #04561E: hue angle of 139.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04561E is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 86 | 30 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.66 |
| HSL | 139.02º | 0.91% | 0.18% | - |
| HSV(B) | 139.02º | 0.95% | 0.34% | - |
| XYZ | 3.61 | 6.78 | 2.35 | - |
| YUV | 55.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 30 | 0.95 | 0 | 0.65 | 0.66 | 139.02 | 0.91 | 0.18 |
| Hex | 4 | 56 | 1E | 5F | 0 | 41 | 42 | 8B | 5B | 12 |
| Octal | 4 | 126 | 36 | 137 | 0 | 101 | 102 | 213 | 133 | 22 |
| Binary | 100 | 1010110 | 11110 | 1011111 | 0 | 1000001 | 1000010 | 10001011 | 1011011 | 10010 |
Color Harmonies of #04561E
Complementary color
Monochromatic Colors of #04561E
Black with #04561E
Text Example
Text Example
White with #04561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04561E; }
p { color: rgb(4,86,30); }
H1.HeaderClassName
{
color: #04561E;
}
.AnyTagClassName
{
color: #04561E;
}
</style>
background-color css
<style>
a { background-color: #04561E; }
a { background-color: rgb(4,86,30); }
div.DivClassName
{
background-color: #04561E;
}
.BgClassName
{
background-color: #04561E;
}
</style>
border-color css
<style>
span { border-color: #04561E; }
span { border-color: rgb(4,86,30); }
td.TdClassName
{
border-color: #04561E;
}
.TagClassName
{
border-color: #04561E;
}
</style>