Shades of Crusoe #04561D
Tints of Crusoe #04561D
RGB
CMYK
RGB Variations
Color information
#04561D (or 0x04561D) is known color: Crusoe. HEX triplet: 04, 56 and 1D. RGB value is (4,86,29). Sum of RGB (Red+Green+Blue) = 4+86+29=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #04561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04561D is #FBA9E2. Grayscale: #373737. Windows color (decimal): -16493027 or 1922564. OLE color: 1922564.
HSL color Cylindrical-coordinate representation of color #04561D: hue angle of 138.29º 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 #04561D is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 86 | 29 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.66 |
| HSL | 138.29º | 0.91% | 0.18% | - |
| HSV(B) | 138.29º | 0.95% | 0.34% | - |
| XYZ | 3.6 | 6.77 | 2.28 | - |
| YUV | 54.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 86 | 29 | 0.95 | 0 | 0.66 | 0.66 | 138.29 | 0.91 | 0.18 |
| Hex | 4 | 56 | 1D | 5F | 0 | 42 | 42 | 8A | 5B | 12 |
| Octal | 4 | 126 | 35 | 137 | 0 | 102 | 102 | 212 | 133 | 22 |
| Binary | 100 | 1010110 | 11101 | 1011111 | 0 | 1000010 | 1000010 | 10001010 | 1011011 | 10010 |
Color Harmonies of #04561D
Complementary color
Monochromatic Colors of #04561D
Black with #04561D
Text Example
Text Example
White with #04561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04561D; }
p { color: rgb(4,86,29); }
H1.HeaderClassName
{
color: #04561D;
}
.AnyTagClassName
{
color: #04561D;
}
</style>
background-color css
<style>
a { background-color: #04561D; }
a { background-color: rgb(4,86,29); }
div.DivClassName
{
background-color: #04561D;
}
.BgClassName
{
background-color: #04561D;
}
</style>
border-color css
<style>
span { border-color: #04561D; }
span { border-color: rgb(4,86,29); }
td.TdClassName
{
border-color: #04561D;
}
.TagClassName
{
border-color: #04561D;
}
</style>