Shades of Crusoe #035922
Tints of Crusoe #035922
RGB
CMYK
RGB Variations
Color information
#035922 (or 0x035922) is known color: Crusoe. HEX triplet: 03, 59 and 22. RGB value is (3,89,34). Sum of RGB (Red+Green+Blue) = 3+89+34=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #035922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035922 is #FCA6DD. Grayscale: #393939. Windows color (decimal): -16557790 or 2251011. OLE color: 2251011.
HSL color Cylindrical-coordinate representation of color #035922: hue angle of 141.63º 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 #035922 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 34 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.65 |
| HSL | 141.63º | 0.93% | 0.18% | - |
| HSV(B) | 141.63º | 0.97% | 0.35% | - |
| XYZ | 3.9 | 7.28 | 2.71 | - |
| YUV | 57.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 34 | 0.97 | 0 | 0.62 | 0.65 | 141.63 | 0.93 | 0.18 |
| Hex | 3 | 59 | 22 | 61 | 0 | 3E | 41 | 8E | 5D | 12 |
| Octal | 3 | 131 | 42 | 141 | 0 | 76 | 101 | 216 | 135 | 22 |
| Binary | 11 | 1011001 | 100010 | 1100001 | 0 | 111110 | 1000001 | 10001110 | 1011101 | 10010 |
Color Harmonies of #035922
Complementary color
Monochromatic Colors of #035922
Black with #035922
Text Example
Text Example
White with #035922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035922; }
p { color: rgb(3,89,34); }
H1.HeaderClassName
{
color: #035922;
}
.AnyTagClassName
{
color: #035922;
}
</style>
background-color css
<style>
a { background-color: #035922; }
a { background-color: rgb(3,89,34); }
div.DivClassName
{
background-color: #035922;
}
.BgClassName
{
background-color: #035922;
}
</style>
border-color css
<style>
span { border-color: #035922; }
span { border-color: rgb(3,89,34); }
td.TdClassName
{
border-color: #035922;
}
.TagClassName
{
border-color: #035922;
}
</style>