Shades of Crusoe #045D1B
Tints of Crusoe #045D1B
RGB
CMYK
RGB Variations
Color information
#045D1B (or 0x045D1B) is known color: Crusoe. HEX triplet: 04, 5D and 1B. RGB value is (4,93,27). Sum of RGB (Red+Green+Blue) = 4+93+27=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #045D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D1B is #FBA2E4. Grayscale: #3B3B3B. Windows color (decimal): -16491237 or 1793284. OLE color: 1793284.
HSL color Cylindrical-coordinate representation of color #045D1B: hue angle of 135.51º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D1B is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 27 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.64 |
| HSL | 135.51º | 0.92% | 0.19% | - |
| HSV(B) | 135.51º | 0.96% | 0.36% | - |
| XYZ | 4.16 | 7.93 | 2.35 | - |
| YUV | 58.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 27 | 0.96 | 0 | 0.71 | 0.64 | 135.51 | 0.92 | 0.19 |
| Hex | 4 | 5D | 1B | 60 | 0 | 47 | 40 | 88 | 5C | 13 |
| Octal | 4 | 135 | 33 | 140 | 0 | 107 | 100 | 210 | 134 | 23 |
| Binary | 100 | 1011101 | 11011 | 1100000 | 0 | 1000111 | 1000000 | 10001000 | 1011100 | 10011 |
Color Harmonies of #045D1B
Complementary color
Monochromatic Colors of #045D1B
Black with #045D1B
Text Example
Text Example
White with #045D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D1B; }
p { color: rgb(4,93,27); }
H1.HeaderClassName
{
color: #045D1B;
}
.AnyTagClassName
{
color: #045D1B;
}
</style>
background-color css
<style>
a { background-color: #045D1B; }
a { background-color: rgb(4,93,27); }
div.DivClassName
{
background-color: #045D1B;
}
.BgClassName
{
background-color: #045D1B;
}
</style>
border-color css
<style>
span { border-color: #045D1B; }
span { border-color: rgb(4,93,27); }
td.TdClassName
{
border-color: #045D1B;
}
.TagClassName
{
border-color: #045D1B;
}
</style>