Shades of Crusoe #035924
Tints of Crusoe #035924
RGB
CMYK
RGB Variations
Color information
#035924 (or 0x035924) is known color: Crusoe. HEX triplet: 03, 59 and 24. RGB value is (3,89,36). Sum of RGB (Red+Green+Blue) = 3+89+36=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #035924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035924 is #FCA6DB. Grayscale: #393939. Windows color (decimal): -16557788 or 2382083. OLE color: 2382083.
HSL color Cylindrical-coordinate representation of color #035924: hue angle of 143.02º 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 #035924 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 36 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.65 |
| HSL | 143.02º | 0.93% | 0.18% | - |
| HSV(B) | 143.02º | 0.97% | 0.35% | - |
| XYZ | 3.93 | 7.29 | 2.87 | - |
| YUV | 57.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 36 | 0.97 | 0 | 0.60 | 0.65 | 143.02 | 0.93 | 0.18 |
| Hex | 3 | 59 | 24 | 61 | 0 | 3C | 41 | 8F | 5D | 12 |
| Octal | 3 | 131 | 44 | 141 | 0 | 74 | 101 | 217 | 135 | 22 |
| Binary | 11 | 1011001 | 100100 | 1100001 | 0 | 111100 | 1000001 | 10001111 | 1011101 | 10010 |
Color Harmonies of #035924
Complementary color
Monochromatic Colors of #035924
Black with #035924
Text Example
Text Example
White with #035924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035924; }
p { color: rgb(3,89,36); }
H1.HeaderClassName
{
color: #035924;
}
.AnyTagClassName
{
color: #035924;
}
</style>
background-color css
<style>
a { background-color: #035924; }
a { background-color: rgb(3,89,36); }
div.DivClassName
{
background-color: #035924;
}
.BgClassName
{
background-color: #035924;
}
</style>
border-color css
<style>
span { border-color: #035924; }
span { border-color: rgb(3,89,36); }
td.TdClassName
{
border-color: #035924;
}
.TagClassName
{
border-color: #035924;
}
</style>