Shades of Crusoe #046C28
Tints of Crusoe #046C28
RGB
CMYK
RGB Variations
Color information
#046C28 (or 0x046C28) is known color: Crusoe. HEX triplet: 04, 6C and 28. RGB value is (4,108,40). Sum of RGB (Red+Green+Blue) = 4+108+40=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #046C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C28 is #FB93D7. Grayscale: #454545. Windows color (decimal): -16487384 or 2649092. OLE color: 2649092.
HSL color Cylindrical-coordinate representation of color #046C28: hue angle of 140.77º 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 #046C28 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 40 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.58 |
| HSL | 140.77º | 0.93% | 0.22% | - |
| HSV(B) | 140.77º | 0.96% | 0.42% | - |
| XYZ | 5.8 | 10.9 | 3.81 | - |
| YUV | 69.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 40 | 0.96 | 0 | 0.63 | 0.58 | 140.77 | 0.93 | 0.22 |
| Hex | 4 | 6C | 28 | 60 | 0 | 3F | 3A | 8D | 5D | 16 |
| Octal | 4 | 154 | 50 | 140 | 0 | 77 | 72 | 215 | 135 | 26 |
| Binary | 100 | 1101100 | 101000 | 1100000 | 0 | 111111 | 111010 | 10001101 | 1011101 | 10110 |
Color Harmonies of #046C28
Complementary color
Monochromatic Colors of #046C28
Black with #046C28
Text Example
Text Example
White with #046C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C28; }
p { color: rgb(4,108,40); }
H1.HeaderClassName
{
color: #046C28;
}
.AnyTagClassName
{
color: #046C28;
}
</style>
background-color css
<style>
a { background-color: #046C28; }
a { background-color: rgb(4,108,40); }
div.DivClassName
{
background-color: #046C28;
}
.BgClassName
{
background-color: #046C28;
}
</style>
border-color css
<style>
span { border-color: #046C28; }
span { border-color: rgb(4,108,40); }
td.TdClassName
{
border-color: #046C28;
}
.TagClassName
{
border-color: #046C28;
}
</style>