Shades of Crusoe #035A20
Tints of Crusoe #035A20
RGB
CMYK
RGB Variations
Color information
#035A20 (or 0x035A20) is known color: Crusoe. HEX triplet: 03, 5A and 20. RGB value is (3,90,32). Sum of RGB (Red+Green+Blue) = 3+90+32=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #035A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A20 is #FCA5DF. Grayscale: #393939. Windows color (decimal): -16557536 or 2120195. OLE color: 2120195.
HSL color Cylindrical-coordinate representation of color #035A20: hue angle of 140º 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 #035A20 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 90 | 32 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.65 |
| HSL | 140º | 0.94% | 0.18% | - |
| HSV(B) | 140º | 0.97% | 0.35% | - |
| XYZ | 3.95 | 7.44 | 2.59 | - |
| YUV | 57.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 32 | 0.97 | 0 | 0.64 | 0.65 | 140 | 0.94 | 0.18 |
| Hex | 3 | 5A | 20 | 61 | 0 | 40 | 41 | 8C | 5E | 12 |
| Octal | 3 | 132 | 40 | 141 | 0 | 100 | 101 | 214 | 136 | 22 |
| Binary | 11 | 1011010 | 100000 | 1100001 | 0 | 1000000 | 1000001 | 10001100 | 1011110 | 10010 |
Color Harmonies of #035A20
Complementary color
Monochromatic Colors of #035A20
Black with #035A20
Text Example
Text Example
White with #035A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A20; }
p { color: rgb(3,90,32); }
H1.HeaderClassName
{
color: #035A20;
}
.AnyTagClassName
{
color: #035A20;
}
</style>
background-color css
<style>
a { background-color: #035A20; }
a { background-color: rgb(3,90,32); }
div.DivClassName
{
background-color: #035A20;
}
.BgClassName
{
background-color: #035A20;
}
</style>
border-color css
<style>
span { border-color: #035A20; }
span { border-color: rgb(3,90,32); }
td.TdClassName
{
border-color: #035A20;
}
.TagClassName
{
border-color: #035A20;
}
</style>