Shades of Crusoe #035C2C
Tints of Crusoe #035C2C
RGB
CMYK
RGB Variations
Color information
#035C2C (or 0x035C2C) is known color: Crusoe. HEX triplet: 03, 5C and 2C. RGB value is (3,92,44). Sum of RGB (Red+Green+Blue) = 3+92+44=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #035C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C2C is #FCA3D3. Grayscale: #3C3C3C. Windows color (decimal): -16557012 or 2907139. OLE color: 2907139.
HSL color Cylindrical-coordinate representation of color #035C2C: hue angle of 147.64º 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 #035C2C is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 44 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.64 |
| HSL | 147.64º | 0.94% | 0.19% | - |
| HSV(B) | 147.64º | 0.97% | 0.36% | - |
| XYZ | 4.32 | 7.86 | 3.67 | - |
| YUV | 59.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 44 | 0.97 | 0 | 0.52 | 0.64 | 147.64 | 0.94 | 0.19 |
| Hex | 3 | 5C | 2C | 61 | 0 | 34 | 40 | 94 | 5E | 13 |
| Octal | 3 | 134 | 54 | 141 | 0 | 64 | 100 | 224 | 136 | 23 |
| Binary | 11 | 1011100 | 101100 | 1100001 | 0 | 110100 | 1000000 | 10010100 | 1011110 | 10011 |
Color Harmonies of #035C2C
Complementary color
Monochromatic Colors of #035C2C
Black with #035C2C
Text Example
Text Example
White with #035C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C2C; }
p { color: rgb(3,92,44); }
H1.HeaderClassName
{
color: #035C2C;
}
.AnyTagClassName
{
color: #035C2C;
}
</style>
background-color css
<style>
a { background-color: #035C2C; }
a { background-color: rgb(3,92,44); }
div.DivClassName
{
background-color: #035C2C;
}
.BgClassName
{
background-color: #035C2C;
}
</style>
border-color css
<style>
span { border-color: #035C2C; }
span { border-color: rgb(3,92,44); }
td.TdClassName
{
border-color: #035C2C;
}
.TagClassName
{
border-color: #035C2C;
}
</style>