Shades of Crusoe #035F1B
Tints of Crusoe #035F1B
RGB
CMYK
RGB Variations
Color information
#035F1B (or 0x035F1B) is known color: Crusoe. HEX triplet: 03, 5F and 1B. RGB value is (3,95,27). Sum of RGB (Red+Green+Blue) = 3+95+27=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 95 (37.5% from 255 or 76% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 95 - color contains mainly: green. Hex color #035F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F1B is #FCA0E4. Grayscale: #3B3B3B. Windows color (decimal): -16556261 or 1793795. OLE color: 1793795.
HSL color Cylindrical-coordinate representation of color #035F1B: hue angle of 135.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F1B is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 95 | 27 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.63 |
| HSL | 135.65º | 0.94% | 0.19% | - |
| HSV(B) | 135.65º | 0.97% | 0.37% | - |
| XYZ | 4.33 | 8.28 | 2.41 | - |
| YUV | 59.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 27 | 0.97 | 0 | 0.72 | 0.63 | 135.65 | 0.94 | 0.19 |
| Hex | 3 | 5F | 1B | 61 | 0 | 48 | 3F | 88 | 5E | 13 |
| Octal | 3 | 137 | 33 | 141 | 0 | 110 | 77 | 210 | 136 | 23 |
| Binary | 11 | 1011111 | 11011 | 1100001 | 0 | 1001000 | 111111 | 10001000 | 1011110 | 10011 |
Color Harmonies of #035F1B
Complementary color
Monochromatic Colors of #035F1B
Black with #035F1B
Text Example
Text Example
White with #035F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F1B; }
p { color: rgb(3,95,27); }
H1.HeaderClassName
{
color: #035F1B;
}
.AnyTagClassName
{
color: #035F1B;
}
</style>
background-color css
<style>
a { background-color: #035F1B; }
a { background-color: rgb(3,95,27); }
div.DivClassName
{
background-color: #035F1B;
}
.BgClassName
{
background-color: #035F1B;
}
</style>
border-color css
<style>
span { border-color: #035F1B; }
span { border-color: rgb(3,95,27); }
td.TdClassName
{
border-color: #035F1B;
}
.TagClassName
{
border-color: #035F1B;
}
</style>