Shades of Crusoe #03682A
Tints of Crusoe #03682A
RGB
CMYK
RGB Variations
Color information
#03682A (or 0x03682A) is known color: Crusoe. HEX triplet: 03, 68 and 2A. RGB value is (3,104,42). Sum of RGB (Red+Green+Blue) = 3+104+42=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 104 (41.02% from 255 or 69.80% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 104 - color contains mainly: green. Hex color #03682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03682A is #FC97D5. Grayscale: #424242. Windows color (decimal): -16553942 or 2779139. OLE color: 2779139.
HSL color Cylindrical-coordinate representation of color #03682A: hue angle of 143.17º 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 #03682A is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 42 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.59 |
| HSL | 143.17º | 0.94% | 0.21% | - |
| HSV(B) | 143.17º | 0.97% | 0.41% | - |
| XYZ | 5.41 | 10.09 | 3.85 | - |
| YUV | 66.73 | 114.04 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 42 | 0.97 | 0 | 0.60 | 0.59 | 143.17 | 0.94 | 0.21 |
| Hex | 3 | 68 | 2A | 61 | 0 | 3C | 3B | 8F | 5E | 15 |
| Octal | 3 | 150 | 52 | 141 | 0 | 74 | 73 | 217 | 136 | 25 |
| Binary | 11 | 1101000 | 101010 | 1100001 | 0 | 111100 | 111011 | 10001111 | 1011110 | 10101 |
Color Harmonies of #03682A
Complementary color
Monochromatic Colors of #03682A
Black with #03682A
Text Example
Text Example
White with #03682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03682A; }
p { color: rgb(3,104,42); }
H1.HeaderClassName
{
color: #03682A;
}
.AnyTagClassName
{
color: #03682A;
}
</style>
background-color css
<style>
a { background-color: #03682A; }
a { background-color: rgb(3,104,42); }
div.DivClassName
{
background-color: #03682A;
}
.BgClassName
{
background-color: #03682A;
}
</style>
border-color css
<style>
span { border-color: #03682A; }
span { border-color: rgb(3,104,42); }
td.TdClassName
{
border-color: #03682A;
}
.TagClassName
{
border-color: #03682A;
}
</style>