Shades of Crusoe #035D1B
Tints of Crusoe #035D1B
RGB
CMYK
RGB Variations
Color information
#035D1B (or 0x035D1B) is known color: Crusoe. HEX triplet: 03, 5D and 1B. RGB value is (3,93,27). Sum of RGB (Red+Green+Blue) = 3+93+27=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #035D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D1B is #FCA2E4. Grayscale: #3A3A3A. Windows color (decimal): -16556773 or 1793283. OLE color: 1793283.
HSL color Cylindrical-coordinate representation of color #035D1B: hue angle of 136º 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 #035D1B is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 93 | 27 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.64 |
| HSL | 136º | 0.94% | 0.19% | - |
| HSV(B) | 136º | 0.97% | 0.36% | - |
| XYZ | 4.15 | 7.93 | 2.35 | - |
| YUV | 58.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 27 | 0.97 | 0 | 0.71 | 0.64 | 136 | 0.94 | 0.19 |
| Hex | 3 | 5D | 1B | 61 | 0 | 47 | 40 | 88 | 5E | 13 |
| Octal | 3 | 135 | 33 | 141 | 0 | 107 | 100 | 210 | 136 | 23 |
| Binary | 11 | 1011101 | 11011 | 1100001 | 0 | 1000111 | 1000000 | 10001000 | 1011110 | 10011 |
Color Harmonies of #035D1B
Complementary color
Monochromatic Colors of #035D1B
Black with #035D1B
Text Example
Text Example
White with #035D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D1B; }
p { color: rgb(3,93,27); }
H1.HeaderClassName
{
color: #035D1B;
}
.AnyTagClassName
{
color: #035D1B;
}
</style>
background-color css
<style>
a { background-color: #035D1B; }
a { background-color: rgb(3,93,27); }
div.DivClassName
{
background-color: #035D1B;
}
.BgClassName
{
background-color: #035D1B;
}
</style>
border-color css
<style>
span { border-color: #035D1B; }
span { border-color: rgb(3,93,27); }
td.TdClassName
{
border-color: #035D1B;
}
.TagClassName
{
border-color: #035D1B;
}
</style>