Shades of Crusoe #045919
Tints of Crusoe #045919
RGB
CMYK
RGB Variations
Color information
#045919 (or 0x045919) is known color: Crusoe. HEX triplet: 04, 59 and 19. RGB value is (4,89,25). Sum of RGB (Red+Green+Blue) = 4+89+25=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #045919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045919 is #FBA6E6. Grayscale: #383838. Windows color (decimal): -16492263 or 1661188. OLE color: 1661188.
HSL color Cylindrical-coordinate representation of color #045919: hue angle of 134.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045919 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 25 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.65 |
| HSL | 134.82º | 0.91% | 0.18% | - |
| HSV(B) | 134.82º | 0.96% | 0.35% | - |
| XYZ | 3.8 | 7.24 | 2.12 | - |
| YUV | 56.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 25 | 0.96 | 0 | 0.72 | 0.65 | 134.82 | 0.91 | 0.18 |
| Hex | 4 | 59 | 19 | 60 | 0 | 48 | 41 | 87 | 5B | 12 |
| Octal | 4 | 131 | 31 | 140 | 0 | 110 | 101 | 207 | 133 | 22 |
| Binary | 100 | 1011001 | 11001 | 1100000 | 0 | 1001000 | 1000001 | 10000111 | 1011011 | 10010 |
Color Harmonies of #045919
Complementary color
Monochromatic Colors of #045919
Black with #045919
Text Example
Text Example
White with #045919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045919; }
p { color: rgb(4,89,25); }
H1.HeaderClassName
{
color: #045919;
}
.AnyTagClassName
{
color: #045919;
}
</style>
background-color css
<style>
a { background-color: #045919; }
a { background-color: rgb(4,89,25); }
div.DivClassName
{
background-color: #045919;
}
.BgClassName
{
background-color: #045919;
}
</style>
border-color css
<style>
span { border-color: #045919; }
span { border-color: rgb(4,89,25); }
td.TdClassName
{
border-color: #045919;
}
.TagClassName
{
border-color: #045919;
}
</style>