Shades of Crusoe #03652B
Tints of Crusoe #03652B
RGB
CMYK
RGB Variations
Color information
#03652B (or 0x03652B) is known color: Crusoe. HEX triplet: 03, 65 and 2B. RGB value is (3,101,43). Sum of RGB (Red+Green+Blue) = 3+101+43=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #03652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03652B is #FC9AD4. Grayscale: #414141. Windows color (decimal): -16554709 or 2843907. OLE color: 2843907.
HSL color Cylindrical-coordinate representation of color #03652B: hue angle of 144.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03652B is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 43 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.60 |
| HSL | 144.49º | 0.94% | 0.2% | - |
| HSV(B) | 144.49º | 0.97% | 0.4% | - |
| XYZ | 5.13 | 9.5 | 3.85 | - |
| YUV | 65.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 43 | 0.97 | 0 | 0.57 | 0.60 | 144.49 | 0.94 | 0.2 |
| Hex | 3 | 65 | 2B | 61 | 0 | 39 | 3C | 90 | 5E | 14 |
| Octal | 3 | 145 | 53 | 141 | 0 | 71 | 74 | 220 | 136 | 24 |
| Binary | 11 | 1100101 | 101011 | 1100001 | 0 | 111001 | 111100 | 10010000 | 1011110 | 10100 |
Color Harmonies of #03652B
Complementary color
Monochromatic Colors of #03652B
Black with #03652B
Text Example
Text Example
White with #03652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03652B; }
p { color: rgb(3,101,43); }
H1.HeaderClassName
{
color: #03652B;
}
.AnyTagClassName
{
color: #03652B;
}
</style>
background-color css
<style>
a { background-color: #03652B; }
a { background-color: rgb(3,101,43); }
div.DivClassName
{
background-color: #03652B;
}
.BgClassName
{
background-color: #03652B;
}
</style>
border-color css
<style>
span { border-color: #03652B; }
span { border-color: rgb(3,101,43); }
td.TdClassName
{
border-color: #03652B;
}
.TagClassName
{
border-color: #03652B;
}
</style>