Shades of Crusoe #03622E
Tints of Crusoe #03622E
RGB
CMYK
RGB Variations
Color information
#03622E (or 0x03622E) is known color: Crusoe. HEX triplet: 03, 62 and 2E. RGB value is (3,98,46). Sum of RGB (Red+Green+Blue) = 3+98+46=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #03622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03622E is #FC9DD1. Grayscale: #3F3F3F. Windows color (decimal): -16555474 or 3039747. OLE color: 3039747.
HSL color Cylindrical-coordinate representation of color #03622E: hue angle of 147.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03622E is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 46 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.62 |
| HSL | 147.16º | 0.94% | 0.2% | - |
| HSV(B) | 147.16º | 0.97% | 0.38% | - |
| XYZ | 4.9 | 8.95 | 4.05 | - |
| YUV | 63.67 | 118.03 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 46 | 0.97 | 0 | 0.53 | 0.62 | 147.16 | 0.94 | 0.2 |
| Hex | 3 | 62 | 2E | 61 | 0 | 35 | 3E | 93 | 5E | 14 |
| Octal | 3 | 142 | 56 | 141 | 0 | 65 | 76 | 223 | 136 | 24 |
| Binary | 11 | 1100010 | 101110 | 1100001 | 0 | 110101 | 111110 | 10010011 | 1011110 | 10100 |
Color Harmonies of #03622E
Complementary color
Monochromatic Colors of #03622E
Black with #03622E
Text Example
Text Example
White with #03622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03622E; }
p { color: rgb(3,98,46); }
H1.HeaderClassName
{
color: #03622E;
}
.AnyTagClassName
{
color: #03622E;
}
</style>
background-color css
<style>
a { background-color: #03622E; }
a { background-color: rgb(3,98,46); }
div.DivClassName
{
background-color: #03622E;
}
.BgClassName
{
background-color: #03622E;
}
</style>
border-color css
<style>
span { border-color: #03622E; }
span { border-color: rgb(3,98,46); }
td.TdClassName
{
border-color: #03622E;
}
.TagClassName
{
border-color: #03622E;
}
</style>