Shades of Crusoe #035821
Tints of Crusoe #035821
RGB
CMYK
RGB Variations
Color information
#035821 (or 0x035821) is known color: Crusoe. HEX triplet: 03, 58 and 21. RGB value is (3,88,33). Sum of RGB (Red+Green+Blue) = 3+88+33=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 88 (34.77% from 255 or 70.97% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 88 - color contains mainly: green. Hex color #035821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035821 is #FCA7DE. Grayscale: #383838. Windows color (decimal): -16558047 or 2185219. OLE color: 2185219.
HSL color Cylindrical-coordinate representation of color #035821: hue angle of 141.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035821 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 33 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.65 |
| HSL | 141.18º | 0.93% | 0.18% | - |
| HSV(B) | 141.18º | 0.97% | 0.35% | - |
| XYZ | 3.8 | 7.11 | 2.61 | - |
| YUV | 56.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 33 | 0.97 | 0 | 0.62 | 0.65 | 141.18 | 0.93 | 0.18 |
| Hex | 3 | 58 | 21 | 61 | 0 | 3E | 41 | 8D | 5D | 12 |
| Octal | 3 | 130 | 41 | 141 | 0 | 76 | 101 | 215 | 135 | 22 |
| Binary | 11 | 1011000 | 100001 | 1100001 | 0 | 111110 | 1000001 | 10001101 | 1011101 | 10010 |
Color Harmonies of #035821
Complementary color
Monochromatic Colors of #035821
Black with #035821
Text Example
Text Example
White with #035821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035821; }
p { color: rgb(3,88,33); }
H1.HeaderClassName
{
color: #035821;
}
.AnyTagClassName
{
color: #035821;
}
</style>
background-color css
<style>
a { background-color: #035821; }
a { background-color: rgb(3,88,33); }
div.DivClassName
{
background-color: #035821;
}
.BgClassName
{
background-color: #035821;
}
</style>
border-color css
<style>
span { border-color: #035821; }
span { border-color: rgb(3,88,33); }
td.TdClassName
{
border-color: #035821;
}
.TagClassName
{
border-color: #035821;
}
</style>