Shades of Crusoe #046E1B
Tints of Crusoe #046E1B
RGB
CMYK
RGB Variations
Color information
#046E1B (or 0x046E1B) is known color: Crusoe. HEX triplet: 04, 6E and 1B. RGB value is (4,110,27). Sum of RGB (Red+Green+Blue) = 4+110+27=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 110 (43.36% from 255 or 78.01% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 110 - color contains mainly: green. Hex color #046E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E1B is #FB91E4. Grayscale: #454545. Windows color (decimal): -16486885 or 1797636. OLE color: 1797636.
HSL color Cylindrical-coordinate representation of color #046E1B: hue angle of 133.02º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E1B is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 27 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.57 |
| HSL | 133.02º | 0.93% | 0.22% | - |
| HSV(B) | 133.02º | 0.96% | 0.43% | - |
| XYZ | 5.82 | 11.26 | 2.9 | - |
| YUV | 68.84 | 104.38 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 27 | 0.96 | 0 | 0.75 | 0.57 | 133.02 | 0.93 | 0.22 |
| Hex | 4 | 6E | 1B | 60 | 0 | 4B | 39 | 85 | 5D | 16 |
| Octal | 4 | 156 | 33 | 140 | 0 | 113 | 71 | 205 | 135 | 26 |
| Binary | 100 | 1101110 | 11011 | 1100000 | 0 | 1001011 | 111001 | 10000101 | 1011101 | 10110 |
Color Harmonies of #046E1B
Complementary color
Monochromatic Colors of #046E1B
Black with #046E1B
Text Example
Text Example
White with #046E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E1B; }
p { color: rgb(4,110,27); }
H1.HeaderClassName
{
color: #046E1B;
}
.AnyTagClassName
{
color: #046E1B;
}
</style>
background-color css
<style>
a { background-color: #046E1B; }
a { background-color: rgb(4,110,27); }
div.DivClassName
{
background-color: #046E1B;
}
.BgClassName
{
background-color: #046E1B;
}
</style>
border-color css
<style>
span { border-color: #046E1B; }
span { border-color: rgb(4,110,27); }
td.TdClassName
{
border-color: #046E1B;
}
.TagClassName
{
border-color: #046E1B;
}
</style>