Shades of Crusoe #036D23
Tints of Crusoe #036D23
RGB
CMYK
RGB Variations
Color information
#036D23 (or 0x036D23) is known color: Crusoe. HEX triplet: 03, 6D and 23. RGB value is (3,109,35). Sum of RGB (Red+Green+Blue) = 3+109+35=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #036D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036D23 is #FC92DC. Grayscale: #454545. Windows color (decimal): -16552669 or 2321667. OLE color: 2321667.
HSL color Cylindrical-coordinate representation of color #036D23: hue angle of 138.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D23 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 109 | 35 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.57 |
| HSL | 138.11º | 0.95% | 0.22% | - |
| HSV(B) | 138.11º | 0.97% | 0.43% | - |
| XYZ | 5.81 | 11.08 | 3.42 | - |
| YUV | 68.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 35 | 0.97 | 0 | 0.68 | 0.57 | 138.11 | 0.95 | 0.22 |
| Hex | 3 | 6D | 23 | 61 | 0 | 44 | 39 | 8A | 5F | 16 |
| Octal | 3 | 155 | 43 | 141 | 0 | 104 | 71 | 212 | 137 | 26 |
| Binary | 11 | 1101101 | 100011 | 1100001 | 0 | 1000100 | 111001 | 10001010 | 1011111 | 10110 |
Color Harmonies of #036D23
Complementary color
Monochromatic Colors of #036D23
Black with #036D23
Text Example
Text Example
White with #036D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D23; }
p { color: rgb(3,109,35); }
H1.HeaderClassName
{
color: #036D23;
}
.AnyTagClassName
{
color: #036D23;
}
</style>
background-color css
<style>
a { background-color: #036D23; }
a { background-color: rgb(3,109,35); }
div.DivClassName
{
background-color: #036D23;
}
.BgClassName
{
background-color: #036D23;
}
</style>
border-color css
<style>
span { border-color: #036D23; }
span { border-color: rgb(3,109,35); }
td.TdClassName
{
border-color: #036D23;
}
.TagClassName
{
border-color: #036D23;
}
</style>