Shades of Crusoe #035A1C
Tints of Crusoe #035A1C
RGB
CMYK
RGB Variations
Color information
#035A1C (or 0x035A1C) is known color: Crusoe. HEX triplet: 03, 5A and 1C. RGB value is (3,90,28). Sum of RGB (Red+Green+Blue) = 3+90+28=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #035A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A1C is #FCA5E3. Grayscale: #393939. Windows color (decimal): -16557540 or 1858051. OLE color: 1858051.
HSL color Cylindrical-coordinate representation of color #035A1C: hue angle of 137.24º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A1C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 28 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.65 |
| HSL | 137.24º | 0.94% | 0.18% | - |
| HSV(B) | 137.24º | 0.97% | 0.35% | - |
| XYZ | 3.9 | 7.42 | 2.32 | - |
| YUV | 56.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 28 | 0.97 | 0 | 0.69 | 0.65 | 137.24 | 0.94 | 0.18 |
| Hex | 3 | 5A | 1C | 61 | 0 | 45 | 41 | 89 | 5E | 12 |
| Octal | 3 | 132 | 34 | 141 | 0 | 105 | 101 | 211 | 136 | 22 |
| Binary | 11 | 1011010 | 11100 | 1100001 | 0 | 1000101 | 1000001 | 10001001 | 1011110 | 10010 |
Color Harmonies of #035A1C
Complementary color
Monochromatic Colors of #035A1C
Black with #035A1C
Text Example
Text Example
White with #035A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A1C; }
p { color: rgb(3,90,28); }
H1.HeaderClassName
{
color: #035A1C;
}
.AnyTagClassName
{
color: #035A1C;
}
</style>
background-color css
<style>
a { background-color: #035A1C; }
a { background-color: rgb(3,90,28); }
div.DivClassName
{
background-color: #035A1C;
}
.BgClassName
{
background-color: #035A1C;
}
</style>
border-color css
<style>
span { border-color: #035A1C; }
span { border-color: rgb(3,90,28); }
td.TdClassName
{
border-color: #035A1C;
}
.TagClassName
{
border-color: #035A1C;
}
</style>