Shades of Crusoe #04651C
Tints of Crusoe #04651C
RGB
CMYK
RGB Variations
Color information
#04651C (or 0x04651C) is known color: Crusoe. HEX triplet: 04, 65 and 1C. RGB value is (4,101,28). Sum of RGB (Red+Green+Blue) = 4+101+28=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 101 (39.84% from 255 or 75.94% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 101 - color contains mainly: green. Hex color #04651C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04651C is #FB9AE3. Grayscale: #3F3F3F. Windows color (decimal): -16489188 or 1860868. OLE color: 1860868.
HSL color Cylindrical-coordinate representation of color #04651C: hue angle of 134.85º 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 #04651C is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 28 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.60 |
| HSL | 134.85º | 0.92% | 0.21% | - |
| HSV(B) | 134.85º | 0.96% | 0.4% | - |
| XYZ | 4.91 | 9.42 | 2.66 | - |
| YUV | 63.68 | 107.86 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 28 | 0.96 | 0 | 0.72 | 0.60 | 134.85 | 0.92 | 0.21 |
| Hex | 4 | 65 | 1C | 60 | 0 | 48 | 3C | 87 | 5C | 15 |
| Octal | 4 | 145 | 34 | 140 | 0 | 110 | 74 | 207 | 134 | 25 |
| Binary | 100 | 1100101 | 11100 | 1100000 | 0 | 1001000 | 111100 | 10000111 | 1011100 | 10101 |
Color Harmonies of #04651C
Complementary color
Monochromatic Colors of #04651C
Black with #04651C
Text Example
Text Example
White with #04651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04651C; }
p { color: rgb(4,101,28); }
H1.HeaderClassName
{
color: #04651C;
}
.AnyTagClassName
{
color: #04651C;
}
</style>
background-color css
<style>
a { background-color: #04651C; }
a { background-color: rgb(4,101,28); }
div.DivClassName
{
background-color: #04651C;
}
.BgClassName
{
background-color: #04651C;
}
</style>
border-color css
<style>
span { border-color: #04651C; }
span { border-color: rgb(4,101,28); }
td.TdClassName
{
border-color: #04651C;
}
.TagClassName
{
border-color: #04651C;
}
</style>