Shades of Crusoe #035C25
Tints of Crusoe #035C25
RGB
CMYK
RGB Variations
Color information
#035C25 (or 0x035C25) is known color: Crusoe. HEX triplet: 03, 5C and 25. RGB value is (3,92,37). Sum of RGB (Red+Green+Blue) = 3+92+37=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #035C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C25 is #FCA3DA. Grayscale: #3B3B3B. Windows color (decimal): -16557019 or 2448387. OLE color: 2448387.
HSL color Cylindrical-coordinate representation of color #035C25: hue angle of 142.92º 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 #035C25 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 37 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.64 |
| HSL | 142.92º | 0.94% | 0.19% | - |
| HSV(B) | 142.92º | 0.97% | 0.36% | - |
| XYZ | 4.2 | 7.81 | 3.04 | - |
| YUV | 59.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 37 | 0.97 | 0 | 0.60 | 0.64 | 142.92 | 0.94 | 0.19 |
| Hex | 3 | 5C | 25 | 61 | 0 | 3C | 40 | 8F | 5E | 13 |
| Octal | 3 | 134 | 45 | 141 | 0 | 74 | 100 | 217 | 136 | 23 |
| Binary | 11 | 1011100 | 100101 | 1100001 | 0 | 111100 | 1000000 | 10001111 | 1011110 | 10011 |
Color Harmonies of #035C25
Complementary color
Monochromatic Colors of #035C25
Black with #035C25
Text Example
Text Example
White with #035C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C25; }
p { color: rgb(3,92,37); }
H1.HeaderClassName
{
color: #035C25;
}
.AnyTagClassName
{
color: #035C25;
}
</style>
background-color css
<style>
a { background-color: #035C25; }
a { background-color: rgb(3,92,37); }
div.DivClassName
{
background-color: #035C25;
}
.BgClassName
{
background-color: #035C25;
}
</style>
border-color css
<style>
span { border-color: #035C25; }
span { border-color: rgb(3,92,37); }
td.TdClassName
{
border-color: #035C25;
}
.TagClassName
{
border-color: #035C25;
}
</style>