Shades of Crusoe #04651B
Tints of Crusoe #04651B
RGB
CMYK
RGB Variations
Color information
#04651B (or 0x04651B) is known color: Crusoe. HEX triplet: 04, 65 and 1B. RGB value is (4,101,27). Sum of RGB (Red+Green+Blue) = 4+101+27=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #04651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04651B is #FB9AE4. Grayscale: #3F3F3F. Windows color (decimal): -16489189 or 1795332. OLE color: 1795332.
HSL color Cylindrical-coordinate representation of color #04651B: hue angle of 134.23º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04651B is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 27 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.60 |
| HSL | 134.23º | 0.92% | 0.21% | - |
| HSV(B) | 134.23º | 0.96% | 0.4% | - |
| XYZ | 4.9 | 9.41 | 2.6 | - |
| YUV | 63.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 27 | 0.96 | 0 | 0.73 | 0.60 | 134.23 | 0.92 | 0.21 |
| Hex | 4 | 65 | 1B | 60 | 0 | 49 | 3C | 86 | 5C | 15 |
| Octal | 4 | 145 | 33 | 140 | 0 | 111 | 74 | 206 | 134 | 25 |
| Binary | 100 | 1100101 | 11011 | 1100000 | 0 | 1001001 | 111100 | 10000110 | 1011100 | 10101 |
Color Harmonies of #04651B
Complementary color
Monochromatic Colors of #04651B
Black with #04651B
Text Example
Text Example
White with #04651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04651B; }
p { color: rgb(4,101,27); }
H1.HeaderClassName
{
color: #04651B;
}
.AnyTagClassName
{
color: #04651B;
}
</style>
background-color css
<style>
a { background-color: #04651B; }
a { background-color: rgb(4,101,27); }
div.DivClassName
{
background-color: #04651B;
}
.BgClassName
{
background-color: #04651B;
}
</style>
border-color css
<style>
span { border-color: #04651B; }
span { border-color: rgb(4,101,27); }
td.TdClassName
{
border-color: #04651B;
}
.TagClassName
{
border-color: #04651B;
}
</style>