Shades of Crusoe #04551B
Tints of Crusoe #04551B
RGB
CMYK
RGB Variations
Color information
#04551B (or 0x04551B) is known color: Crusoe. HEX triplet: 04, 55 and 1B. RGB value is (4,85,27). Sum of RGB (Red+Green+Blue) = 4+85+27=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #04551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04551B is #FBAAE4. Grayscale: #363636. Windows color (decimal): -16493285 or 1791236. OLE color: 1791236.
HSL color Cylindrical-coordinate representation of color #04551B: hue angle of 137.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04551B is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 27 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.67 |
| HSL | 137.04º | 0.91% | 0.17% | - |
| HSV(B) | 137.04º | 0.95% | 0.33% | - |
| XYZ | 3.5 | 6.6 | 2.13 | - |
| YUV | 54.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 27 | 0.95 | 0 | 0.68 | 0.67 | 137.04 | 0.91 | 0.17 |
| Hex | 4 | 55 | 1B | 5F | 0 | 44 | 43 | 89 | 5B | 11 |
| Octal | 4 | 125 | 33 | 137 | 0 | 104 | 103 | 211 | 133 | 21 |
| Binary | 100 | 1010101 | 11011 | 1011111 | 0 | 1000100 | 1000011 | 10001001 | 1011011 | 10001 |
Color Harmonies of #04551B
Complementary color
Monochromatic Colors of #04551B
Black with #04551B
Text Example
Text Example
White with #04551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04551B; }
p { color: rgb(4,85,27); }
H1.HeaderClassName
{
color: #04551B;
}
.AnyTagClassName
{
color: #04551B;
}
</style>
background-color css
<style>
a { background-color: #04551B; }
a { background-color: rgb(4,85,27); }
div.DivClassName
{
background-color: #04551B;
}
.BgClassName
{
background-color: #04551B;
}
</style>
border-color css
<style>
span { border-color: #04551B; }
span { border-color: rgb(4,85,27); }
td.TdClassName
{
border-color: #04551B;
}
.TagClassName
{
border-color: #04551B;
}
</style>