Shades of Crusoe #036222
Tints of Crusoe #036222
RGB
CMYK
RGB Variations
Color information
#036222 (or 0x036222) is known color: Crusoe. HEX triplet: 03, 62 and 22. RGB value is (3,98,34). Sum of RGB (Red+Green+Blue) = 3+98+34=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #036222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036222 is #FC9DDD. Grayscale: #3E3E3E. Windows color (decimal): -16555486 or 2253315. OLE color: 2253315.
HSL color Cylindrical-coordinate representation of color #036222: hue angle of 139.58º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036222 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 98 | 34 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.62 |
| HSL | 139.58º | 0.94% | 0.2% | - |
| HSV(B) | 139.58º | 0.97% | 0.38% | - |
| XYZ | 4.69 | 8.87 | 2.98 | - |
| YUV | 62.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 98 | 34 | 0.97 | 0 | 0.65 | 0.62 | 139.58 | 0.94 | 0.2 |
| Hex | 3 | 62 | 22 | 61 | 0 | 41 | 3E | 8C | 5E | 14 |
| Octal | 3 | 142 | 42 | 141 | 0 | 101 | 76 | 214 | 136 | 24 |
| Binary | 11 | 1100010 | 100010 | 1100001 | 0 | 1000001 | 111110 | 10001100 | 1011110 | 10100 |
Color Harmonies of #036222
Complementary color
Monochromatic Colors of #036222
Black with #036222
Text Example
Text Example
White with #036222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036222; }
p { color: rgb(3,98,34); }
H1.HeaderClassName
{
color: #036222;
}
.AnyTagClassName
{
color: #036222;
}
</style>
background-color css
<style>
a { background-color: #036222; }
a { background-color: rgb(3,98,34); }
div.DivClassName
{
background-color: #036222;
}
.BgClassName
{
background-color: #036222;
}
</style>
border-color css
<style>
span { border-color: #036222; }
span { border-color: rgb(3,98,34); }
td.TdClassName
{
border-color: #036222;
}
.TagClassName
{
border-color: #036222;
}
</style>