Shades of Crusoe #035A1B
Tints of Crusoe #035A1B
RGB
CMYK
RGB Variations
Color information
#035A1B (or 0x035A1B) is known color: Crusoe. HEX triplet: 03, 5A and 1B. RGB value is (3,90,27). Sum of RGB (Red+Green+Blue) = 3+90+27=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 90 (35.55% from 255 or 75% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 90 - color contains mainly: green. Hex color #035A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A1B is #FCA5E4. Grayscale: #383838. Windows color (decimal): -16557541 or 1792515. OLE color: 1792515.
HSL color Cylindrical-coordinate representation of color #035A1B: hue angle of 136.55º 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 #035A1B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 27 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.65 |
| HSL | 136.55º | 0.94% | 0.18% | - |
| HSV(B) | 136.55º | 0.97% | 0.35% | - |
| XYZ | 3.89 | 7.41 | 2.26 | - |
| YUV | 56.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 27 | 0.97 | 0 | 0.70 | 0.65 | 136.55 | 0.94 | 0.18 |
| Hex | 3 | 5A | 1B | 61 | 0 | 46 | 41 | 89 | 5E | 12 |
| Octal | 3 | 132 | 33 | 141 | 0 | 106 | 101 | 211 | 136 | 22 |
| Binary | 11 | 1011010 | 11011 | 1100001 | 0 | 1000110 | 1000001 | 10001001 | 1011110 | 10010 |
Color Harmonies of #035A1B
Complementary color
Monochromatic Colors of #035A1B
Black with #035A1B
Text Example
Text Example
White with #035A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A1B; }
p { color: rgb(3,90,27); }
H1.HeaderClassName
{
color: #035A1B;
}
.AnyTagClassName
{
color: #035A1B;
}
</style>
background-color css
<style>
a { background-color: #035A1B; }
a { background-color: rgb(3,90,27); }
div.DivClassName
{
background-color: #035A1B;
}
.BgClassName
{
background-color: #035A1B;
}
</style>
border-color css
<style>
span { border-color: #035A1B; }
span { border-color: rgb(3,90,27); }
td.TdClassName
{
border-color: #035A1B;
}
.TagClassName
{
border-color: #035A1B;
}
</style>