Shades of Crusoe #036023
Tints of Crusoe #036023
RGB
CMYK
RGB Variations
Color information
#036023 (or 0x036023) is known color: Crusoe. HEX triplet: 03, 60 and 23. RGB value is (3,96,35). Sum of RGB (Red+Green+Blue) = 3+96+35=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #036023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036023 is #FC9FDC. Grayscale: #3D3D3D. Windows color (decimal): -16555997 or 2318339. OLE color: 2318339.
HSL color Cylindrical-coordinate representation of color #036023: hue angle of 140.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036023 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 96 | 35 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.62 |
| HSL | 140.65º | 0.94% | 0.19% | - |
| HSV(B) | 140.65º | 0.97% | 0.38% | - |
| XYZ | 4.52 | 8.51 | 2.99 | - |
| YUV | 61.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 35 | 0.97 | 0 | 0.64 | 0.62 | 140.65 | 0.94 | 0.19 |
| Hex | 3 | 60 | 23 | 61 | 0 | 40 | 3E | 8D | 5E | 13 |
| Octal | 3 | 140 | 43 | 141 | 0 | 100 | 76 | 215 | 136 | 23 |
| Binary | 11 | 1100000 | 100011 | 1100001 | 0 | 1000000 | 111110 | 10001101 | 1011110 | 10011 |
Color Harmonies of #036023
Complementary color
Monochromatic Colors of #036023
Black with #036023
Text Example
Text Example
White with #036023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036023; }
p { color: rgb(3,96,35); }
H1.HeaderClassName
{
color: #036023;
}
.AnyTagClassName
{
color: #036023;
}
</style>
background-color css
<style>
a { background-color: #036023; }
a { background-color: rgb(3,96,35); }
div.DivClassName
{
background-color: #036023;
}
.BgClassName
{
background-color: #036023;
}
</style>
border-color css
<style>
span { border-color: #036023; }
span { border-color: rgb(3,96,35); }
td.TdClassName
{
border-color: #036023;
}
.TagClassName
{
border-color: #036023;
}
</style>