Shades of Crusoe #046B2D
Tints of Crusoe #046B2D
RGB
CMYK
RGB Variations
Color information
#046B2D (or 0x046B2D) is known color: Crusoe. HEX triplet: 04, 6B and 2D. RGB value is (4,107,45). Sum of RGB (Red+Green+Blue) = 4+107+45=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #046B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B2D is #FB94D2. Grayscale: #454545. Windows color (decimal): -16487635 or 2976516. OLE color: 2976516.
HSL color Cylindrical-coordinate representation of color #046B2D: hue angle of 143.88º 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 #046B2D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 45 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.58 |
| HSL | 143.88º | 0.93% | 0.22% | - |
| HSV(B) | 143.88º | 0.96% | 0.42% | - |
| XYZ | 5.78 | 10.73 | 4.25 | - |
| YUV | 69.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 45 | 0.96 | 0 | 0.58 | 0.58 | 143.88 | 0.93 | 0.22 |
| Hex | 4 | 6B | 2D | 60 | 0 | 3A | 3A | 90 | 5D | 16 |
| Octal | 4 | 153 | 55 | 140 | 0 | 72 | 72 | 220 | 135 | 26 |
| Binary | 100 | 1101011 | 101101 | 1100000 | 0 | 111010 | 111010 | 10010000 | 1011101 | 10110 |
Color Harmonies of #046B2D
Complementary color
Monochromatic Colors of #046B2D
Black with #046B2D
Text Example
Text Example
White with #046B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B2D; }
p { color: rgb(4,107,45); }
H1.HeaderClassName
{
color: #046B2D;
}
.AnyTagClassName
{
color: #046B2D;
}
</style>
background-color css
<style>
a { background-color: #046B2D; }
a { background-color: rgb(4,107,45); }
div.DivClassName
{
background-color: #046B2D;
}
.BgClassName
{
background-color: #046B2D;
}
</style>
border-color css
<style>
span { border-color: #046B2D; }
span { border-color: rgb(4,107,45); }
td.TdClassName
{
border-color: #046B2D;
}
.TagClassName
{
border-color: #046B2D;
}
</style>