Shades of Crusoe #03651F
Tints of Crusoe #03651F
RGB
CMYK
RGB Variations
Color information
#03651F (or 0x03651F) is known color: Crusoe. HEX triplet: 03, 65 and 1F. RGB value is (3,101,31). Sum of RGB (Red+Green+Blue) = 3+101+31=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #03651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03651F is #FC9AE0. Grayscale: #3F3F3F. Windows color (decimal): -16554721 or 2057475. OLE color: 2057475.
HSL color Cylindrical-coordinate representation of color #03651F: hue angle of 137.14º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03651F is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 31 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.60 |
| HSL | 137.14º | 0.94% | 0.2% | - |
| HSV(B) | 137.14º | 0.97% | 0.4% | - |
| XYZ | 4.94 | 9.43 | 2.86 | - |
| YUV | 63.72 | 109.53 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 31 | 0.97 | 0 | 0.69 | 0.60 | 137.14 | 0.94 | 0.2 |
| Hex | 3 | 65 | 1F | 61 | 0 | 45 | 3C | 89 | 5E | 14 |
| Octal | 3 | 145 | 37 | 141 | 0 | 105 | 74 | 211 | 136 | 24 |
| Binary | 11 | 1100101 | 11111 | 1100001 | 0 | 1000101 | 111100 | 10001001 | 1011110 | 10100 |
Color Harmonies of #03651F
Complementary color
Monochromatic Colors of #03651F
Black with #03651F
Text Example
Text Example
White with #03651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03651F; }
p { color: rgb(3,101,31); }
H1.HeaderClassName
{
color: #03651F;
}
.AnyTagClassName
{
color: #03651F;
}
</style>
background-color css
<style>
a { background-color: #03651F; }
a { background-color: rgb(3,101,31); }
div.DivClassName
{
background-color: #03651F;
}
.BgClassName
{
background-color: #03651F;
}
</style>
border-color css
<style>
span { border-color: #03651F; }
span { border-color: rgb(3,101,31); }
td.TdClassName
{
border-color: #03651F;
}
.TagClassName
{
border-color: #03651F;
}
</style>