Shades of Crusoe #03682E
Tints of Crusoe #03682E
RGB
CMYK
RGB Variations
Color information
#03682E (or 0x03682E) is known color: Crusoe. HEX triplet: 03, 68 and 2E. RGB value is (3,104,46). Sum of RGB (Red+Green+Blue) = 3+104+46=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #03682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682E is #FC97D1. Grayscale: #434343. Windows color (decimal): -16553938 or 3041283. OLE color: 3041283.
HSL color Cylindrical-coordinate representation of color #03682E: hue angle of 145.54º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03682E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 46 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.59 |
| HSL | 145.54º | 0.94% | 0.21% | - |
| HSV(B) | 145.54º | 0.97% | 0.41% | - |
| XYZ | 5.48 | 10.12 | 4.25 | - |
| YUV | 67.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 46 | 0.97 | 0 | 0.56 | 0.59 | 145.54 | 0.94 | 0.21 |
| Hex | 3 | 68 | 2E | 61 | 0 | 38 | 3B | 92 | 5E | 15 |
| Octal | 3 | 150 | 56 | 141 | 0 | 70 | 73 | 222 | 136 | 25 |
| Binary | 11 | 1101000 | 101110 | 1100001 | 0 | 111000 | 111011 | 10010010 | 1011110 | 10101 |
Color Harmonies of #03682E
Complementary color
Monochromatic Colors of #03682E
Black with #03682E
Text Example
Text Example
White with #03682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03682E; }
p { color: rgb(3,104,46); }
H1.HeaderClassName
{
color: #03682E;
}
.AnyTagClassName
{
color: #03682E;
}
</style>
background-color css
<style>
a { background-color: #03682E; }
a { background-color: rgb(3,104,46); }
div.DivClassName
{
background-color: #03682E;
}
.BgClassName
{
background-color: #03682E;
}
</style>
border-color css
<style>
span { border-color: #03682E; }
span { border-color: rgb(3,104,46); }
td.TdClassName
{
border-color: #03682E;
}
.TagClassName
{
border-color: #03682E;
}
</style>