Shades of Crusoe #03551D
Tints of Crusoe #03551D
RGB
CMYK
RGB Variations
Color information
#03551D (or 0x03551D) is known color: Crusoe. HEX triplet: 03, 55 and 1D. RGB value is (3,85,29). Sum of RGB (Red+Green+Blue) = 3+85+29=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #03551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03551D is #FCAAE2. Grayscale: #363636. Windows color (decimal): -16558819 or 1922307. OLE color: 1922307.
HSL color Cylindrical-coordinate representation of color #03551D: hue angle of 139.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03551D is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 29 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.67 |
| HSL | 139.02º | 0.93% | 0.17% | - |
| HSV(B) | 139.02º | 0.96% | 0.33% | - |
| XYZ | 3.51 | 6.61 | 2.25 | - |
| YUV | 54.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 29 | 0.96 | 0 | 0.66 | 0.67 | 139.02 | 0.93 | 0.17 |
| Hex | 3 | 55 | 1D | 60 | 0 | 42 | 43 | 8B | 5D | 11 |
| Octal | 3 | 125 | 35 | 140 | 0 | 102 | 103 | 213 | 135 | 21 |
| Binary | 11 | 1010101 | 11101 | 1100000 | 0 | 1000010 | 1000011 | 10001011 | 1011101 | 10001 |
Color Harmonies of #03551D
Complementary color
Monochromatic Colors of #03551D
Black with #03551D
Text Example
Text Example
White with #03551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03551D; }
p { color: rgb(3,85,29); }
H1.HeaderClassName
{
color: #03551D;
}
.AnyTagClassName
{
color: #03551D;
}
</style>
background-color css
<style>
a { background-color: #03551D; }
a { background-color: rgb(3,85,29); }
div.DivClassName
{
background-color: #03551D;
}
.BgClassName
{
background-color: #03551D;
}
</style>
border-color css
<style>
span { border-color: #03551D; }
span { border-color: rgb(3,85,29); }
td.TdClassName
{
border-color: #03551D;
}
.TagClassName
{
border-color: #03551D;
}
</style>