Shades of Crusoe #046A2A
Tints of Crusoe #046A2A
RGB
CMYK
RGB Variations
Color information
#046A2A (or 0x046A2A) is known color: Crusoe. HEX triplet: 04, 6A and 2A. RGB value is (4,106,42). Sum of RGB (Red+Green+Blue) = 4+106+42=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 106 (41.80% from 255 or 69.74% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 106 - color contains mainly: green. Hex color #046A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A2A is #FB95D5. Grayscale: #444444. Windows color (decimal): -16487894 or 2779652. OLE color: 2779652.
HSL color Cylindrical-coordinate representation of color #046A2A: hue angle of 142.35º 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 #046A2A is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 106 | 42 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.58 |
| HSL | 142.35º | 0.93% | 0.22% | - |
| HSV(B) | 142.35º | 0.96% | 0.42% | - |
| XYZ | 5.62 | 10.5 | 3.92 | - |
| YUV | 68.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 42 | 0.96 | 0 | 0.60 | 0.58 | 142.35 | 0.93 | 0.22 |
| Hex | 4 | 6A | 2A | 60 | 0 | 3C | 3A | 8E | 5D | 16 |
| Octal | 4 | 152 | 52 | 140 | 0 | 74 | 72 | 216 | 135 | 26 |
| Binary | 100 | 1101010 | 101010 | 1100000 | 0 | 111100 | 111010 | 10001110 | 1011101 | 10110 |
Color Harmonies of #046A2A
Complementary color
Monochromatic Colors of #046A2A
Black with #046A2A
Text Example
Text Example
White with #046A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046A2A; }
p { color: rgb(4,106,42); }
H1.HeaderClassName
{
color: #046A2A;
}
.AnyTagClassName
{
color: #046A2A;
}
</style>
background-color css
<style>
a { background-color: #046A2A; }
a { background-color: rgb(4,106,42); }
div.DivClassName
{
background-color: #046A2A;
}
.BgClassName
{
background-color: #046A2A;
}
</style>
border-color css
<style>
span { border-color: #046A2A; }
span { border-color: rgb(4,106,42); }
td.TdClassName
{
border-color: #046A2A;
}
.TagClassName
{
border-color: #046A2A;
}
</style>