Shades of Crusoe #037421
Tints of Crusoe #037421
RGB
CMYK
RGB Variations
Color information
#037421 (or 0x037421) is known color: Crusoe. HEX triplet: 03, 74 and 21. RGB value is (3,116,33). Sum of RGB (Red+Green+Blue) = 3+116+33=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 116 (45.70% from 255 or 76.32% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 116 - color contains mainly: green. Hex color #037421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037421 is #FC8BDE. Grayscale: #484848. Windows color (decimal): -16550879 or 2192387. OLE color: 2192387.
HSL color Cylindrical-coordinate representation of color #037421: hue angle of 135.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037421 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 33 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.55 |
| HSL | 135.93º | 0.95% | 0.23% | - |
| HSV(B) | 135.93º | 0.97% | 0.45% | - |
| XYZ | 6.56 | 12.62 | 3.53 | - |
| YUV | 72.75 | 105.56 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 33 | 0.97 | 0 | 0.72 | 0.55 | 135.93 | 0.95 | 0.23 |
| Hex | 3 | 74 | 21 | 61 | 0 | 48 | 37 | 88 | 5F | 17 |
| Octal | 3 | 164 | 41 | 141 | 0 | 110 | 67 | 210 | 137 | 27 |
| Binary | 11 | 1110100 | 100001 | 1100001 | 0 | 1001000 | 110111 | 10001000 | 1011111 | 10111 |
Color Harmonies of #037421
Complementary color
Monochromatic Colors of #037421
Black with #037421
Text Example
Text Example
White with #037421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037421; }
p { color: rgb(3,116,33); }
H1.HeaderClassName
{
color: #037421;
}
.AnyTagClassName
{
color: #037421;
}
</style>
background-color css
<style>
a { background-color: #037421; }
a { background-color: rgb(3,116,33); }
div.DivClassName
{
background-color: #037421;
}
.BgClassName
{
background-color: #037421;
}
</style>
border-color css
<style>
span { border-color: #037421; }
span { border-color: rgb(3,116,33); }
td.TdClassName
{
border-color: #037421;
}
.TagClassName
{
border-color: #037421;
}
</style>