Shades of Crusoe #03551F
Tints of Crusoe #03551F
RGB
CMYK
RGB Variations
Color information
#03551F (or 0x03551F) is known color: Crusoe. HEX triplet: 03, 55 and 1F. RGB value is (3,85,31). Sum of RGB (Red+Green+Blue) = 3+85+31=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #03551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03551F is #FCAAE0. Grayscale: #363636. Windows color (decimal): -16558817 or 2053379. OLE color: 2053379.
HSL color Cylindrical-coordinate representation of color #03551F: hue angle of 140.49º 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 #03551F is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 31 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.67 |
| HSL | 140.49º | 0.93% | 0.17% | - |
| HSV(B) | 140.49º | 0.96% | 0.33% | - |
| XYZ | 3.53 | 6.62 | 2.39 | - |
| YUV | 54.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 31 | 0.96 | 0 | 0.64 | 0.67 | 140.49 | 0.93 | 0.17 |
| Hex | 3 | 55 | 1F | 60 | 0 | 40 | 43 | 8C | 5D | 11 |
| Octal | 3 | 125 | 37 | 140 | 0 | 100 | 103 | 214 | 135 | 21 |
| Binary | 11 | 1010101 | 11111 | 1100000 | 0 | 1000000 | 1000011 | 10001100 | 1011101 | 10001 |
Color Harmonies of #03551F
Complementary color
Monochromatic Colors of #03551F
Black with #03551F
Text Example
Text Example
White with #03551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03551F; }
p { color: rgb(3,85,31); }
H1.HeaderClassName
{
color: #03551F;
}
.AnyTagClassName
{
color: #03551F;
}
</style>
background-color css
<style>
a { background-color: #03551F; }
a { background-color: rgb(3,85,31); }
div.DivClassName
{
background-color: #03551F;
}
.BgClassName
{
background-color: #03551F;
}
</style>
border-color css
<style>
span { border-color: #03551F; }
span { border-color: rgb(3,85,31); }
td.TdClassName
{
border-color: #03551F;
}
.TagClassName
{
border-color: #03551F;
}
</style>