Shades of Crusoe #04541D
Tints of Crusoe #04541D
RGB
CMYK
RGB Variations
Color information
#04541D (or 0x04541D) is known color: Crusoe. HEX triplet: 04, 54 and 1D. RGB value is (4,84,29). Sum of RGB (Red+Green+Blue) = 4+84+29=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #04541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04541D is #FBABE2. Grayscale: #353535. Windows color (decimal): -16493539 or 1922052. OLE color: 1922052.
HSL color Cylindrical-coordinate representation of color #04541D: hue angle of 138.75º 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 #04541D is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 29 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.67 |
| HSL | 138.75º | 0.91% | 0.17% | - |
| HSV(B) | 138.75º | 0.95% | 0.33% | - |
| XYZ | 3.44 | 6.46 | 2.23 | - |
| YUV | 53.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 29 | 0.95 | 0 | 0.65 | 0.67 | 138.75 | 0.91 | 0.17 |
| Hex | 4 | 54 | 1D | 5F | 0 | 41 | 43 | 8B | 5B | 11 |
| Octal | 4 | 124 | 35 | 137 | 0 | 101 | 103 | 213 | 133 | 21 |
| Binary | 100 | 1010100 | 11101 | 1011111 | 0 | 1000001 | 1000011 | 10001011 | 1011011 | 10001 |
Color Harmonies of #04541D
Complementary color
Monochromatic Colors of #04541D
Black with #04541D
Text Example
Text Example
White with #04541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04541D; }
p { color: rgb(4,84,29); }
H1.HeaderClassName
{
color: #04541D;
}
.AnyTagClassName
{
color: #04541D;
}
</style>
background-color css
<style>
a { background-color: #04541D; }
a { background-color: rgb(4,84,29); }
div.DivClassName
{
background-color: #04541D;
}
.BgClassName
{
background-color: #04541D;
}
</style>
border-color css
<style>
span { border-color: #04541D; }
span { border-color: rgb(4,84,29); }
td.TdClassName
{
border-color: #04541D;
}
.TagClassName
{
border-color: #04541D;
}
</style>