Shades of Crusoe #03671D
Tints of Crusoe #03671D
RGB
CMYK
RGB Variations
Color information
#03671D (or 0x03671D) is known color: Crusoe. HEX triplet: 03, 67 and 1D. RGB value is (3,103,29). Sum of RGB (Red+Green+Blue) = 3+103+29=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 103 (40.62% from 255 or 76.30% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 103 - color contains mainly: green. Hex color #03671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03671D is #FC98E2. Grayscale: #404040. Windows color (decimal): -16554211 or 1926915. OLE color: 1926915.
HSL color Cylindrical-coordinate representation of color #03671D: hue angle of 135.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03671D is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 29 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.60 |
| HSL | 135.6º | 0.94% | 0.21% | - |
| HSV(B) | 135.6º | 0.97% | 0.4% | - |
| XYZ | 5.11 | 9.81 | 2.79 | - |
| YUV | 64.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 29 | 0.97 | 0 | 0.72 | 0.60 | 135.6 | 0.94 | 0.21 |
| Hex | 3 | 67 | 1D | 61 | 0 | 48 | 3C | 88 | 5E | 15 |
| Octal | 3 | 147 | 35 | 141 | 0 | 110 | 74 | 210 | 136 | 25 |
| Binary | 11 | 1100111 | 11101 | 1100001 | 0 | 1001000 | 111100 | 10001000 | 1011110 | 10101 |
Color Harmonies of #03671D
Complementary color
Monochromatic Colors of #03671D
Black with #03671D
Text Example
Text Example
White with #03671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03671D; }
p { color: rgb(3,103,29); }
H1.HeaderClassName
{
color: #03671D;
}
.AnyTagClassName
{
color: #03671D;
}
</style>
background-color css
<style>
a { background-color: #03671D; }
a { background-color: rgb(3,103,29); }
div.DivClassName
{
background-color: #03671D;
}
.BgClassName
{
background-color: #03671D;
}
</style>
border-color css
<style>
span { border-color: #03671D; }
span { border-color: rgb(3,103,29); }
td.TdClassName
{
border-color: #03671D;
}
.TagClassName
{
border-color: #03671D;
}
</style>