Shades of Crusoe #04681C
Tints of Crusoe #04681C
RGB
CMYK
RGB Variations
Color information
#04681C (or 0x04681C) is known color: Crusoe. HEX triplet: 04, 68 and 1C. RGB value is (4,104,28). Sum of RGB (Red+Green+Blue) = 4+104+28=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #04681C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04681C is #FB97E3. Grayscale: #414141. Windows color (decimal): -16488420 or 1861636. OLE color: 1861636.
HSL color Cylindrical-coordinate representation of color #04681C: hue angle of 134.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04681C is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 28 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.59 |
| HSL | 134.4º | 0.93% | 0.21% | - |
| HSV(B) | 134.4º | 0.96% | 0.41% | - |
| XYZ | 5.21 | 10.01 | 2.76 | - |
| YUV | 65.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 28 | 0.96 | 0 | 0.73 | 0.59 | 134.4 | 0.93 | 0.21 |
| Hex | 4 | 68 | 1C | 60 | 0 | 49 | 3B | 86 | 5D | 15 |
| Octal | 4 | 150 | 34 | 140 | 0 | 111 | 73 | 206 | 135 | 25 |
| Binary | 100 | 1101000 | 11100 | 1100000 | 0 | 1001001 | 111011 | 10000110 | 1011101 | 10101 |
Color Harmonies of #04681C
Complementary color
Monochromatic Colors of #04681C
Black with #04681C
Text Example
Text Example
White with #04681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04681C; }
p { color: rgb(4,104,28); }
H1.HeaderClassName
{
color: #04681C;
}
.AnyTagClassName
{
color: #04681C;
}
</style>
background-color css
<style>
a { background-color: #04681C; }
a { background-color: rgb(4,104,28); }
div.DivClassName
{
background-color: #04681C;
}
.BgClassName
{
background-color: #04681C;
}
</style>
border-color css
<style>
span { border-color: #04681C; }
span { border-color: rgb(4,104,28); }
td.TdClassName
{
border-color: #04681C;
}
.TagClassName
{
border-color: #04681C;
}
</style>