Shades of Crusoe #03662A
Tints of Crusoe #03662A
RGB
CMYK
RGB Variations
Color information
#03662A (or 0x03662A) is known color: Crusoe. HEX triplet: 03, 66 and 2A. RGB value is (3,102,42). Sum of RGB (Red+Green+Blue) = 3+102+42=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #03662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03662A is #FC99D5. Grayscale: #414141. Windows color (decimal): -16554454 or 2778627. OLE color: 2778627.
HSL color Cylindrical-coordinate representation of color #03662A: hue angle of 143.64º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03662A is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 42 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.6 |
| HSL | 143.64º | 0.94% | 0.21% | - |
| HSV(B) | 143.64º | 0.97% | 0.4% | - |
| XYZ | 5.21 | 9.69 | 3.79 | - |
| YUV | 65.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 42 | 0.97 | 0 | 0.59 | 0.6 | 143.64 | 0.94 | 0.21 |
| Hex | 3 | 66 | 2A | 61 | 0 | 3B | 3C | 90 | 5E | 15 |
| Octal | 3 | 146 | 52 | 141 | 0 | 73 | 74 | 220 | 136 | 25 |
| Binary | 11 | 1100110 | 101010 | 1100001 | 0 | 111011 | 111100 | 10010000 | 1011110 | 10101 |
Color Harmonies of #03662A
Complementary color
Monochromatic Colors of #03662A
Black with #03662A
Text Example
Text Example
White with #03662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03662A; }
p { color: rgb(3,102,42); }
H1.HeaderClassName
{
color: #03662A;
}
.AnyTagClassName
{
color: #03662A;
}
</style>
background-color css
<style>
a { background-color: #03662A; }
a { background-color: rgb(3,102,42); }
div.DivClassName
{
background-color: #03662A;
}
.BgClassName
{
background-color: #03662A;
}
</style>
border-color css
<style>
span { border-color: #03662A; }
span { border-color: rgb(3,102,42); }
td.TdClassName
{
border-color: #03662A;
}
.TagClassName
{
border-color: #03662A;
}
</style>