Shades of Crusoe #035A27
Tints of Crusoe #035A27
RGB
CMYK
RGB Variations
Color information
#035A27 (or 0x035A27) is known color: Crusoe. HEX triplet: 03, 5A and 27. RGB value is (3,90,39). Sum of RGB (Red+Green+Blue) = 3+90+39=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #035A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A27 is #FCA5D8. Grayscale: #3A3A3A. Windows color (decimal): -16557529 or 2578947. OLE color: 2578947.
HSL color Cylindrical-coordinate representation of color #035A27: hue angle of 144.83º 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 #035A27 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 39 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.65 |
| HSL | 144.83º | 0.94% | 0.18% | - |
| HSV(B) | 144.83º | 0.97% | 0.35% | - |
| XYZ | 4.06 | 7.48 | 3.15 | - |
| YUV | 58.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 39 | 0.97 | 0 | 0.57 | 0.65 | 144.83 | 0.94 | 0.18 |
| Hex | 3 | 5A | 27 | 61 | 0 | 39 | 41 | 91 | 5E | 12 |
| Octal | 3 | 132 | 47 | 141 | 0 | 71 | 101 | 221 | 136 | 22 |
| Binary | 11 | 1011010 | 100111 | 1100001 | 0 | 111001 | 1000001 | 10010001 | 1011110 | 10010 |
Color Harmonies of #035A27
Complementary color
Monochromatic Colors of #035A27
Black with #035A27
Text Example
Text Example
White with #035A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A27; }
p { color: rgb(3,90,39); }
H1.HeaderClassName
{
color: #035A27;
}
.AnyTagClassName
{
color: #035A27;
}
</style>
background-color css
<style>
a { background-color: #035A27; }
a { background-color: rgb(3,90,39); }
div.DivClassName
{
background-color: #035A27;
}
.BgClassName
{
background-color: #035A27;
}
</style>
border-color css
<style>
span { border-color: #035A27; }
span { border-color: rgb(3,90,39); }
td.TdClassName
{
border-color: #035A27;
}
.TagClassName
{
border-color: #035A27;
}
</style>