Shades of Crusoe #035C27
Tints of Crusoe #035C27
RGB
CMYK
RGB Variations
Color information
#035C27 (or 0x035C27) is known color: Crusoe. HEX triplet: 03, 5C and 27. RGB value is (3,92,39). Sum of RGB (Red+Green+Blue) = 3+92+39=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #035C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C27 is #FCA3D8. Grayscale: #3B3B3B. Windows color (decimal): -16557017 or 2579459. OLE color: 2579459.
HSL color Cylindrical-coordinate representation of color #035C27: hue angle of 144.27º 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 #035C27 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 39 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.64 |
| HSL | 144.27º | 0.94% | 0.19% | - |
| HSV(B) | 144.27º | 0.97% | 0.36% | - |
| XYZ | 4.23 | 7.82 | 3.21 | - |
| YUV | 59.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 39 | 0.97 | 0 | 0.58 | 0.64 | 144.27 | 0.94 | 0.19 |
| Hex | 3 | 5C | 27 | 61 | 0 | 3A | 40 | 90 | 5E | 13 |
| Octal | 3 | 134 | 47 | 141 | 0 | 72 | 100 | 220 | 136 | 23 |
| Binary | 11 | 1011100 | 100111 | 1100001 | 0 | 111010 | 1000000 | 10010000 | 1011110 | 10011 |
Color Harmonies of #035C27
Complementary color
Monochromatic Colors of #035C27
Black with #035C27
Text Example
Text Example
White with #035C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C27; }
p { color: rgb(3,92,39); }
H1.HeaderClassName
{
color: #035C27;
}
.AnyTagClassName
{
color: #035C27;
}
</style>
background-color css
<style>
a { background-color: #035C27; }
a { background-color: rgb(3,92,39); }
div.DivClassName
{
background-color: #035C27;
}
.BgClassName
{
background-color: #035C27;
}
</style>
border-color css
<style>
span { border-color: #035C27; }
span { border-color: rgb(3,92,39); }
td.TdClassName
{
border-color: #035C27;
}
.TagClassName
{
border-color: #035C27;
}
</style>