Shades of Crusoe #03702B
Tints of Crusoe #03702B
RGB
CMYK
RGB Variations
Color information
#03702B (or 0x03702B) is known color: Crusoe. HEX triplet: 03, 70 and 2B. RGB value is (3,112,43). Sum of RGB (Red+Green+Blue) = 3+112+43=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #03702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03702B is #FC8FD4. Grayscale: #474747. Windows color (decimal): -16551893 or 2846723. OLE color: 2846723.
HSL color Cylindrical-coordinate representation of color #03702B: hue angle of 142.02º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03702B is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 43 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.56 |
| HSL | 142.02º | 0.95% | 0.23% | - |
| HSV(B) | 142.02º | 0.97% | 0.44% | - |
| XYZ | 6.27 | 11.78 | 4.23 | - |
| YUV | 71.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 43 | 0.97 | 0 | 0.62 | 0.56 | 142.02 | 0.95 | 0.23 |
| Hex | 3 | 70 | 2B | 61 | 0 | 3E | 38 | 8E | 5F | 17 |
| Octal | 3 | 160 | 53 | 141 | 0 | 76 | 70 | 216 | 137 | 27 |
| Binary | 11 | 1110000 | 101011 | 1100001 | 0 | 111110 | 111000 | 10001110 | 1011111 | 10111 |
Color Harmonies of #03702B
Complementary color
Monochromatic Colors of #03702B
Black with #03702B
Text Example
Text Example
White with #03702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03702B; }
p { color: rgb(3,112,43); }
H1.HeaderClassName
{
color: #03702B;
}
.AnyTagClassName
{
color: #03702B;
}
</style>
background-color css
<style>
a { background-color: #03702B; }
a { background-color: rgb(3,112,43); }
div.DivClassName
{
background-color: #03702B;
}
.BgClassName
{
background-color: #03702B;
}
</style>
border-color css
<style>
span { border-color: #03702B; }
span { border-color: rgb(3,112,43); }
td.TdClassName
{
border-color: #03702B;
}
.TagClassName
{
border-color: #03702B;
}
</style>