Shades of Crusoe #046A2B
Tints of Crusoe #046A2B
RGB
CMYK
RGB Variations
Color information
#046A2B (or 0x046A2B) is known color: Crusoe. HEX triplet: 04, 6A and 2B. RGB value is (4,106,43). Sum of RGB (Red+Green+Blue) = 4+106+43=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 106 (41.80% from 255 or 69.28% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 106 - color contains mainly: green. Hex color #046A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A2B is #FB95D4. Grayscale: #444444. Windows color (decimal): -16487893 or 2845188. OLE color: 2845188.
HSL color Cylindrical-coordinate representation of color #046A2B: hue angle of 142.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A2B is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 106 | 43 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.58 |
| HSL | 142.94º | 0.93% | 0.22% | - |
| HSV(B) | 142.94º | 0.96% | 0.42% | - |
| XYZ | 5.64 | 10.51 | 4.02 | - |
| YUV | 68.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 43 | 0.96 | 0 | 0.59 | 0.58 | 142.94 | 0.93 | 0.22 |
| Hex | 4 | 6A | 2B | 60 | 0 | 3B | 3A | 8F | 5D | 16 |
| Octal | 4 | 152 | 53 | 140 | 0 | 73 | 72 | 217 | 135 | 26 |
| Binary | 100 | 1101010 | 101011 | 1100000 | 0 | 111011 | 111010 | 10001111 | 1011101 | 10110 |
Color Harmonies of #046A2B
Complementary color
Monochromatic Colors of #046A2B
Black with #046A2B
Text Example
Text Example
White with #046A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046A2B; }
p { color: rgb(4,106,43); }
H1.HeaderClassName
{
color: #046A2B;
}
.AnyTagClassName
{
color: #046A2B;
}
</style>
background-color css
<style>
a { background-color: #046A2B; }
a { background-color: rgb(4,106,43); }
div.DivClassName
{
background-color: #046A2B;
}
.BgClassName
{
background-color: #046A2B;
}
</style>
border-color css
<style>
span { border-color: #046A2B; }
span { border-color: rgb(4,106,43); }
td.TdClassName
{
border-color: #046A2B;
}
.TagClassName
{
border-color: #046A2B;
}
</style>