Shades of Crusoe #04621A
Tints of Crusoe #04621A
RGB
CMYK
RGB Variations
Color information
#04621A (or 0x04621A) is known color: Crusoe. HEX triplet: 04, 62 and 1A. RGB value is (4,98,26). Sum of RGB (Red+Green+Blue) = 4+98+26=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #04621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04621A is #FB9DE5. Grayscale: #3D3D3D. Windows color (decimal): -16489958 or 1729028. OLE color: 1729028.
HSL color Cylindrical-coordinate representation of color #04621A: hue angle of 134.04º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04621A is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 26 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.62 |
| HSL | 134.04º | 0.92% | 0.2% | - |
| HSV(B) | 134.04º | 0.96% | 0.38% | - |
| XYZ | 4.6 | 8.84 | 2.44 | - |
| YUV | 61.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 26 | 0.96 | 0 | 0.73 | 0.62 | 134.04 | 0.92 | 0.2 |
| Hex | 4 | 62 | 1A | 60 | 0 | 49 | 3E | 86 | 5C | 14 |
| Octal | 4 | 142 | 32 | 140 | 0 | 111 | 76 | 206 | 134 | 24 |
| Binary | 100 | 1100010 | 11010 | 1100000 | 0 | 1001001 | 111110 | 10000110 | 1011100 | 10100 |
Color Harmonies of #04621A
Complementary color
Monochromatic Colors of #04621A
Black with #04621A
Text Example
Text Example
White with #04621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04621A; }
p { color: rgb(4,98,26); }
H1.HeaderClassName
{
color: #04621A;
}
.AnyTagClassName
{
color: #04621A;
}
</style>
background-color css
<style>
a { background-color: #04621A; }
a { background-color: rgb(4,98,26); }
div.DivClassName
{
background-color: #04621A;
}
.BgClassName
{
background-color: #04621A;
}
</style>
border-color css
<style>
span { border-color: #04621A; }
span { border-color: rgb(4,98,26); }
td.TdClassName
{
border-color: #04621A;
}
.TagClassName
{
border-color: #04621A;
}
</style>