Shades of Crusoe #035C31
Tints of Crusoe #035C31
RGB
CMYK
RGB Variations
Color information
#035C31 (or 0x035C31) is known color: Crusoe. HEX triplet: 03, 5C and 31. RGB value is (3,92,49). Sum of RGB (Red+Green+Blue) = 3+92+49=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #035C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C31 is #FCA3CE. Grayscale: #3C3C3C. Windows color (decimal): -16557007 or 3234819. OLE color: 3234819.
HSL color Cylindrical-coordinate representation of color #035C31: hue angle of 151.01º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C31 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 49 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.64 |
| HSL | 151.01º | 0.94% | 0.19% | - |
| HSV(B) | 151.01º | 0.97% | 0.36% | - |
| XYZ | 4.42 | 7.9 | 4.2 | - |
| YUV | 60.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 49 | 0.97 | 0 | 0.47 | 0.64 | 151.01 | 0.94 | 0.19 |
| Hex | 3 | 5C | 31 | 61 | 0 | 2F | 40 | 97 | 5E | 13 |
| Octal | 3 | 134 | 61 | 141 | 0 | 57 | 100 | 227 | 136 | 23 |
| Binary | 11 | 1011100 | 110001 | 1100001 | 0 | 101111 | 1000000 | 10010111 | 1011110 | 10011 |
Color Harmonies of #035C31
Complementary color
Monochromatic Colors of #035C31
Black with #035C31
Text Example
Text Example
White with #035C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C31; }
p { color: rgb(3,92,49); }
H1.HeaderClassName
{
color: #035C31;
}
.AnyTagClassName
{
color: #035C31;
}
</style>
background-color css
<style>
a { background-color: #035C31; }
a { background-color: rgb(3,92,49); }
div.DivClassName
{
background-color: #035C31;
}
.BgClassName
{
background-color: #035C31;
}
</style>
border-color css
<style>
span { border-color: #035C31; }
span { border-color: rgb(3,92,49); }
td.TdClassName
{
border-color: #035C31;
}
.TagClassName
{
border-color: #035C31;
}
</style>