Shades of Crusoe #04611D
Tints of Crusoe #04611D
RGB
CMYK
RGB Variations
Color information
#04611D (or 0x04611D) is known color: Crusoe. HEX triplet: 04, 61 and 1D. RGB value is (4,97,29). Sum of RGB (Red+Green+Blue) = 4+97+29=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #04611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04611D is #FB9EE2. Grayscale: #3D3D3D. Windows color (decimal): -16490211 or 1925380. OLE color: 1925380.
HSL color Cylindrical-coordinate representation of color #04611D: hue angle of 136.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04611D is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 97 | 29 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.62 |
| HSL | 136.13º | 0.92% | 0.2% | - |
| HSV(B) | 136.13º | 0.96% | 0.38% | - |
| XYZ | 4.55 | 8.66 | 2.6 | - |
| YUV | 61.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 29 | 0.96 | 0 | 0.70 | 0.62 | 136.13 | 0.92 | 0.2 |
| Hex | 4 | 61 | 1D | 60 | 0 | 46 | 3E | 88 | 5C | 14 |
| Octal | 4 | 141 | 35 | 140 | 0 | 106 | 76 | 210 | 134 | 24 |
| Binary | 100 | 1100001 | 11101 | 1100000 | 0 | 1000110 | 111110 | 10001000 | 1011100 | 10100 |
Color Harmonies of #04611D
Complementary color
Monochromatic Colors of #04611D
Black with #04611D
Text Example
Text Example
White with #04611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04611D; }
p { color: rgb(4,97,29); }
H1.HeaderClassName
{
color: #04611D;
}
.AnyTagClassName
{
color: #04611D;
}
</style>
background-color css
<style>
a { background-color: #04611D; }
a { background-color: rgb(4,97,29); }
div.DivClassName
{
background-color: #04611D;
}
.BgClassName
{
background-color: #04611D;
}
</style>
border-color css
<style>
span { border-color: #04611D; }
span { border-color: rgb(4,97,29); }
td.TdClassName
{
border-color: #04611D;
}
.TagClassName
{
border-color: #04611D;
}
</style>