Shades of Crusoe #046D2D
Tints of Crusoe #046D2D
RGB
CMYK
RGB Variations
Color information
#046D2D (or 0x046D2D) is known color: Crusoe. HEX triplet: 04, 6D and 2D. RGB value is (4,109,45). Sum of RGB (Red+Green+Blue) = 4+109+45=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #046D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046D2D is #FB92D2. Grayscale: #464646. Windows color (decimal): -16487123 or 2977028. OLE color: 2977028.
HSL color Cylindrical-coordinate representation of color #046D2D: hue angle of 143.43º 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 #046D2D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 45 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.57 |
| HSL | 143.43º | 0.93% | 0.22% | - |
| HSV(B) | 143.43º | 0.96% | 0.43% | - |
| XYZ | 5.99 | 11.15 | 4.32 | - |
| YUV | 70.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 45 | 0.96 | 0 | 0.59 | 0.57 | 143.43 | 0.93 | 0.22 |
| Hex | 4 | 6D | 2D | 60 | 0 | 3B | 39 | 8F | 5D | 16 |
| Octal | 4 | 155 | 55 | 140 | 0 | 73 | 71 | 217 | 135 | 26 |
| Binary | 100 | 1101101 | 101101 | 1100000 | 0 | 111011 | 111001 | 10001111 | 1011101 | 10110 |
Color Harmonies of #046D2D
Complementary color
Monochromatic Colors of #046D2D
Black with #046D2D
Text Example
Text Example
White with #046D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D2D; }
p { color: rgb(4,109,45); }
H1.HeaderClassName
{
color: #046D2D;
}
.AnyTagClassName
{
color: #046D2D;
}
</style>
background-color css
<style>
a { background-color: #046D2D; }
a { background-color: rgb(4,109,45); }
div.DivClassName
{
background-color: #046D2D;
}
.BgClassName
{
background-color: #046D2D;
}
</style>
border-color css
<style>
span { border-color: #046D2D; }
span { border-color: rgb(4,109,45); }
td.TdClassName
{
border-color: #046D2D;
}
.TagClassName
{
border-color: #046D2D;
}
</style>