Shades of Crusoe #03692C
Tints of Crusoe #03692C
RGB
CMYK
RGB Variations
Color information
#03692C (or 0x03692C) is known color: Crusoe. HEX triplet: 03, 69 and 2C. RGB value is (3,105,44). Sum of RGB (Red+Green+Blue) = 3+105+44=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #03692C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03692C is #FC96D3. Grayscale: #434343. Windows color (decimal): -16553684 or 2910467. OLE color: 2910467.
HSL color Cylindrical-coordinate representation of color #03692C: hue angle of 144.12º 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 #03692C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 44 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.59 |
| HSL | 144.12º | 0.94% | 0.21% | - |
| HSV(B) | 144.12º | 0.97% | 0.41% | - |
| XYZ | 5.54 | 10.3 | 4.08 | - |
| YUV | 67.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 44 | 0.97 | 0 | 0.58 | 0.59 | 144.12 | 0.94 | 0.21 |
| Hex | 3 | 69 | 2C | 61 | 0 | 3A | 3B | 90 | 5E | 15 |
| Octal | 3 | 151 | 54 | 141 | 0 | 72 | 73 | 220 | 136 | 25 |
| Binary | 11 | 1101001 | 101100 | 1100001 | 0 | 111010 | 111011 | 10010000 | 1011110 | 10101 |
Color Harmonies of #03692C
Complementary color
Monochromatic Colors of #03692C
Black with #03692C
Text Example
Text Example
White with #03692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03692C; }
p { color: rgb(3,105,44); }
H1.HeaderClassName
{
color: #03692C;
}
.AnyTagClassName
{
color: #03692C;
}
</style>
background-color css
<style>
a { background-color: #03692C; }
a { background-color: rgb(3,105,44); }
div.DivClassName
{
background-color: #03692C;
}
.BgClassName
{
background-color: #03692C;
}
</style>
border-color css
<style>
span { border-color: #03692C; }
span { border-color: rgb(3,105,44); }
td.TdClassName
{
border-color: #03692C;
}
.TagClassName
{
border-color: #03692C;
}
</style>