Shades of Crusoe #035B17
Tints of Crusoe #035B17
RGB
CMYK
RGB Variations
Color information
#035B17 (or 0x035B17) is known color: Crusoe. HEX triplet: 03, 5B and 17. RGB value is (3,91,23). Sum of RGB (Red+Green+Blue) = 3+91+23=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #035B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035B17 is #FCA4E8. Grayscale: #393939. Windows color (decimal): -16557289 or 1530627. OLE color: 1530627.
HSL color Cylindrical-coordinate representation of color #035B17: hue angle of 133.64º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B17 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 23 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.64 |
| HSL | 133.64º | 0.94% | 0.18% | - |
| HSV(B) | 133.64º | 0.97% | 0.36% | - |
| XYZ | 3.93 | 7.56 | 2.06 | - |
| YUV | 56.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 23 | 0.97 | 0 | 0.75 | 0.64 | 133.64 | 0.94 | 0.18 |
| Hex | 3 | 5B | 17 | 61 | 0 | 4B | 40 | 86 | 5E | 12 |
| Octal | 3 | 133 | 27 | 141 | 0 | 113 | 100 | 206 | 136 | 22 |
| Binary | 11 | 1011011 | 10111 | 1100001 | 0 | 1001011 | 1000000 | 10000110 | 1011110 | 10010 |
Color Harmonies of #035B17
Complementary color
Monochromatic Colors of #035B17
Black with #035B17
Text Example
Text Example
White with #035B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B17; }
p { color: rgb(3,91,23); }
H1.HeaderClassName
{
color: #035B17;
}
.AnyTagClassName
{
color: #035B17;
}
</style>
background-color css
<style>
a { background-color: #035B17; }
a { background-color: rgb(3,91,23); }
div.DivClassName
{
background-color: #035B17;
}
.BgClassName
{
background-color: #035B17;
}
</style>
border-color css
<style>
span { border-color: #035B17; }
span { border-color: rgb(3,91,23); }
td.TdClassName
{
border-color: #035B17;
}
.TagClassName
{
border-color: #035B17;
}
</style>