Shades of Crusoe #04671D
Tints of Crusoe #04671D
RGB
CMYK
RGB Variations
Color information
#04671D (or 0x04671D) is known color: Crusoe. HEX triplet: 04, 67 and 1D. RGB value is (4,103,29). Sum of RGB (Red+Green+Blue) = 4+103+29=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #04671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04671D is #FB98E2. Grayscale: #414141. Windows color (decimal): -16488675 or 1926916. OLE color: 1926916.
HSL color Cylindrical-coordinate representation of color #04671D: hue angle of 135.15º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04671D is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 29 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.60 |
| HSL | 135.15º | 0.93% | 0.21% | - |
| HSV(B) | 135.15º | 0.96% | 0.4% | - |
| XYZ | 5.12 | 9.82 | 2.79 | - |
| YUV | 64.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 29 | 0.96 | 0 | 0.72 | 0.60 | 135.15 | 0.93 | 0.21 |
| Hex | 4 | 67 | 1D | 60 | 0 | 48 | 3C | 87 | 5D | 15 |
| Octal | 4 | 147 | 35 | 140 | 0 | 110 | 74 | 207 | 135 | 25 |
| Binary | 100 | 1100111 | 11101 | 1100000 | 0 | 1001000 | 111100 | 10000111 | 1011101 | 10101 |
Color Harmonies of #04671D
Complementary color
Monochromatic Colors of #04671D
Black with #04671D
Text Example
Text Example
White with #04671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04671D; }
p { color: rgb(4,103,29); }
H1.HeaderClassName
{
color: #04671D;
}
.AnyTagClassName
{
color: #04671D;
}
</style>
background-color css
<style>
a { background-color: #04671D; }
a { background-color: rgb(4,103,29); }
div.DivClassName
{
background-color: #04671D;
}
.BgClassName
{
background-color: #04671D;
}
</style>
border-color css
<style>
span { border-color: #04671D; }
span { border-color: rgb(4,103,29); }
td.TdClassName
{
border-color: #04671D;
}
.TagClassName
{
border-color: #04671D;
}
</style>