Shades of Crusoe #045829
Tints of Crusoe #045829
RGB
CMYK
RGB Variations
Color information
#045829 (or 0x045829) is known color: Crusoe. HEX triplet: 04, 58 and 29. RGB value is (4,88,41). Sum of RGB (Red+Green+Blue) = 4+88+41=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #045829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045829 is #FBA7D6. Grayscale: #393939. Windows color (decimal): -16492503 or 2709508. OLE color: 2709508.
HSL color Cylindrical-coordinate representation of color #045829: hue angle of 146.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045829 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 41 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.65 |
| HSL | 146.43º | 0.91% | 0.18% | - |
| HSV(B) | 146.43º | 0.95% | 0.35% | - |
| XYZ | 3.94 | 7.17 | 3.27 | - |
| YUV | 57.53 | 118.67 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 41 | 0.95 | 0 | 0.53 | 0.65 | 146.43 | 0.91 | 0.18 |
| Hex | 4 | 58 | 29 | 5F | 0 | 35 | 41 | 92 | 5B | 12 |
| Octal | 4 | 130 | 51 | 137 | 0 | 65 | 101 | 222 | 133 | 22 |
| Binary | 100 | 1011000 | 101001 | 1011111 | 0 | 110101 | 1000001 | 10010010 | 1011011 | 10010 |
Color Harmonies of #045829
Complementary color
Monochromatic Colors of #045829
Black with #045829
Text Example
Text Example
White with #045829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045829; }
p { color: rgb(4,88,41); }
H1.HeaderClassName
{
color: #045829;
}
.AnyTagClassName
{
color: #045829;
}
</style>
background-color css
<style>
a { background-color: #045829; }
a { background-color: rgb(4,88,41); }
div.DivClassName
{
background-color: #045829;
}
.BgClassName
{
background-color: #045829;
}
</style>
border-color css
<style>
span { border-color: #045829; }
span { border-color: rgb(4,88,41); }
td.TdClassName
{
border-color: #045829;
}
.TagClassName
{
border-color: #045829;
}
</style>