Shades of Crusoe #045825
Tints of Crusoe #045825
RGB
CMYK
RGB Variations
Color information
#045825 (or 0x045825) is known color: Crusoe. HEX triplet: 04, 58 and 25. RGB value is (4,88,37). Sum of RGB (Red+Green+Blue) = 4+88+37=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #045825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045825 is #FBA7DA. Grayscale: #393939. Windows color (decimal): -16492507 or 2447364. OLE color: 2447364.
HSL color Cylindrical-coordinate representation of color #045825: hue angle of 143.57º 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 #045825 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 37 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.65 |
| HSL | 143.57º | 0.91% | 0.18% | - |
| HSV(B) | 143.57º | 0.95% | 0.35% | - |
| XYZ | 3.87 | 7.14 | 2.92 | - |
| YUV | 57.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 37 | 0.95 | 0 | 0.58 | 0.65 | 143.57 | 0.91 | 0.18 |
| Hex | 4 | 58 | 25 | 5F | 0 | 3A | 41 | 90 | 5B | 12 |
| Octal | 4 | 130 | 45 | 137 | 0 | 72 | 101 | 220 | 133 | 22 |
| Binary | 100 | 1011000 | 100101 | 1011111 | 0 | 111010 | 1000001 | 10010000 | 1011011 | 10010 |
Color Harmonies of #045825
Complementary color
Monochromatic Colors of #045825
Black with #045825
Text Example
Text Example
White with #045825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045825; }
p { color: rgb(4,88,37); }
H1.HeaderClassName
{
color: #045825;
}
.AnyTagClassName
{
color: #045825;
}
</style>
background-color css
<style>
a { background-color: #045825; }
a { background-color: rgb(4,88,37); }
div.DivClassName
{
background-color: #045825;
}
.BgClassName
{
background-color: #045825;
}
</style>
border-color css
<style>
span { border-color: #045825; }
span { border-color: rgb(4,88,37); }
td.TdClassName
{
border-color: #045825;
}
.TagClassName
{
border-color: #045825;
}
</style>