Shades of Crusoe #035521
Tints of Crusoe #035521
RGB
CMYK
RGB Variations
Color information
#035521 (or 0x035521) is known color: Crusoe. HEX triplet: 03, 55 and 21. RGB value is (3,85,33). Sum of RGB (Red+Green+Blue) = 3+85+33=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #035521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035521 is #FCAADE. Grayscale: #363636. Windows color (decimal): -16558815 or 2184451. OLE color: 2184451.
HSL color Cylindrical-coordinate representation of color #035521: hue angle of 141.95º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035521 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 33 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.67 |
| HSL | 141.95º | 0.93% | 0.17% | - |
| HSV(B) | 141.95º | 0.96% | 0.33% | - |
| XYZ | 3.56 | 6.63 | 2.53 | - |
| YUV | 54.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 33 | 0.96 | 0 | 0.61 | 0.67 | 141.95 | 0.93 | 0.17 |
| Hex | 3 | 55 | 21 | 60 | 0 | 3D | 43 | 8E | 5D | 11 |
| Octal | 3 | 125 | 41 | 140 | 0 | 75 | 103 | 216 | 135 | 21 |
| Binary | 11 | 1010101 | 100001 | 1100000 | 0 | 111101 | 1000011 | 10001110 | 1011101 | 10001 |
Color Harmonies of #035521
Complementary color
Monochromatic Colors of #035521
Black with #035521
Text Example
Text Example
White with #035521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035521; }
p { color: rgb(3,85,33); }
H1.HeaderClassName
{
color: #035521;
}
.AnyTagClassName
{
color: #035521;
}
</style>
background-color css
<style>
a { background-color: #035521; }
a { background-color: rgb(3,85,33); }
div.DivClassName
{
background-color: #035521;
}
.BgClassName
{
background-color: #035521;
}
</style>
border-color css
<style>
span { border-color: #035521; }
span { border-color: rgb(3,85,33); }
td.TdClassName
{
border-color: #035521;
}
.TagClassName
{
border-color: #035521;
}
</style>