Shades of Crusoe #04631B
Tints of Crusoe #04631B
RGB
CMYK
RGB Variations
Color information
#04631B (or 0x04631B) is known color: Crusoe. HEX triplet: 04, 63 and 1B. RGB value is (4,99,27). Sum of RGB (Red+Green+Blue) = 4+99+27=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #04631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04631B is #FB9CE4. Grayscale: #3E3E3E. Windows color (decimal): -16489701 or 1794820. OLE color: 1794820.
HSL color Cylindrical-coordinate representation of color #04631B: hue angle of 134.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04631B is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 99 | 27 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.61 |
| HSL | 134.53º | 0.92% | 0.2% | - |
| HSV(B) | 134.53º | 0.96% | 0.39% | - |
| XYZ | 4.71 | 9.03 | 2.53 | - |
| YUV | 62.39 | 108.03 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 99 | 27 | 0.96 | 0 | 0.73 | 0.61 | 134.53 | 0.92 | 0.2 |
| Hex | 4 | 63 | 1B | 60 | 0 | 49 | 3D | 87 | 5C | 14 |
| Octal | 4 | 143 | 33 | 140 | 0 | 111 | 75 | 207 | 134 | 24 |
| Binary | 100 | 1100011 | 11011 | 1100000 | 0 | 1001001 | 111101 | 10000111 | 1011100 | 10100 |
Color Harmonies of #04631B
Complementary color
Monochromatic Colors of #04631B
Black with #04631B
Text Example
Text Example
White with #04631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04631B; }
p { color: rgb(4,99,27); }
H1.HeaderClassName
{
color: #04631B;
}
.AnyTagClassName
{
color: #04631B;
}
</style>
background-color css
<style>
a { background-color: #04631B; }
a { background-color: rgb(4,99,27); }
div.DivClassName
{
background-color: #04631B;
}
.BgClassName
{
background-color: #04631B;
}
</style>
border-color css
<style>
span { border-color: #04631B; }
span { border-color: rgb(4,99,27); }
td.TdClassName
{
border-color: #04631B;
}
.TagClassName
{
border-color: #04631B;
}
</style>