Shades of Crusoe #046B2A
Tints of Crusoe #046B2A
RGB
CMYK
RGB Variations
Color information
#046B2A (or 0x046B2A) is known color: Crusoe. HEX triplet: 04, 6B and 2A. RGB value is (4,107,42). Sum of RGB (Red+Green+Blue) = 4+107+42=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 107 (42.19% from 255 or 69.93% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 107 - color contains mainly: green. Hex color #046B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B2A is #FB94D5. Grayscale: #444444. Windows color (decimal): -16487638 or 2779908. OLE color: 2779908.
HSL color Cylindrical-coordinate representation of color #046B2A: hue angle of 142.14º 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 #046B2A is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 42 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.58 |
| HSL | 142.14º | 0.93% | 0.22% | - |
| HSV(B) | 142.14º | 0.96% | 0.42% | - |
| XYZ | 5.73 | 10.71 | 3.96 | - |
| YUV | 68.79 | 112.88 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 42 | 0.96 | 0 | 0.61 | 0.58 | 142.14 | 0.93 | 0.22 |
| Hex | 4 | 6B | 2A | 60 | 0 | 3D | 3A | 8E | 5D | 16 |
| Octal | 4 | 153 | 52 | 140 | 0 | 75 | 72 | 216 | 135 | 26 |
| Binary | 100 | 1101011 | 101010 | 1100000 | 0 | 111101 | 111010 | 10001110 | 1011101 | 10110 |
Color Harmonies of #046B2A
Complementary color
Monochromatic Colors of #046B2A
Black with #046B2A
Text Example
Text Example
White with #046B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B2A; }
p { color: rgb(4,107,42); }
H1.HeaderClassName
{
color: #046B2A;
}
.AnyTagClassName
{
color: #046B2A;
}
</style>
background-color css
<style>
a { background-color: #046B2A; }
a { background-color: rgb(4,107,42); }
div.DivClassName
{
background-color: #046B2A;
}
.BgClassName
{
background-color: #046B2A;
}
</style>
border-color css
<style>
span { border-color: #046B2A; }
span { border-color: rgb(4,107,42); }
td.TdClassName
{
border-color: #046B2A;
}
.TagClassName
{
border-color: #046B2A;
}
</style>