Shades of Crusoe #035B18
Tints of Crusoe #035B18
RGB
CMYK
RGB Variations
Color information
#035B18 (or 0x035B18) is known color: Crusoe. HEX triplet: 03, 5B and 18. RGB value is (3,91,24). Sum of RGB (Red+Green+Blue) = 3+91+24=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 91 (35.94% from 255 or 77.12% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 91 - color contains mainly: green. Hex color #035B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035B18 is #FCA4E7. Grayscale: #393939. Windows color (decimal): -16557288 or 1596163. OLE color: 1596163.
HSL color Cylindrical-coordinate representation of color #035B18: hue angle of 134.32º 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 #035B18 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 24 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.64 |
| HSL | 134.32º | 0.94% | 0.18% | - |
| HSV(B) | 134.32º | 0.97% | 0.36% | - |
| XYZ | 3.94 | 7.57 | 2.12 | - |
| YUV | 57.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 24 | 0.97 | 0 | 0.74 | 0.64 | 134.32 | 0.94 | 0.18 |
| Hex | 3 | 5B | 18 | 61 | 0 | 4A | 40 | 86 | 5E | 12 |
| Octal | 3 | 133 | 30 | 141 | 0 | 112 | 100 | 206 | 136 | 22 |
| Binary | 11 | 1011011 | 11000 | 1100001 | 0 | 1001010 | 1000000 | 10000110 | 1011110 | 10010 |
Color Harmonies of #035B18
Complementary color
Monochromatic Colors of #035B18
Black with #035B18
Text Example
Text Example
White with #035B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B18; }
p { color: rgb(3,91,24); }
H1.HeaderClassName
{
color: #035B18;
}
.AnyTagClassName
{
color: #035B18;
}
</style>
background-color css
<style>
a { background-color: #035B18; }
a { background-color: rgb(3,91,24); }
div.DivClassName
{
background-color: #035B18;
}
.BgClassName
{
background-color: #035B18;
}
</style>
border-color css
<style>
span { border-color: #035B18; }
span { border-color: rgb(3,91,24); }
td.TdClassName
{
border-color: #035B18;
}
.TagClassName
{
border-color: #035B18;
}
</style>