Shades of Crusoe #045717
Tints of Crusoe #045717
RGB
CMYK
RGB Variations
Color information
#045717 (or 0x045717) is known color: Crusoe. HEX triplet: 04, 57 and 17. RGB value is (4,87,23). Sum of RGB (Red+Green+Blue) = 4+87+23=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 87 (34.38% from 255 or 76.32% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 87 - color contains mainly: green. Hex color #045717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045717 is #FBA8E8. Grayscale: #373737. Windows color (decimal): -16492777 or 1529604. OLE color: 1529604.
HSL color Cylindrical-coordinate representation of color #045717: hue angle of 133.73º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045717 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 87 | 23 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.66 |
| HSL | 133.73º | 0.91% | 0.18% | - |
| HSV(B) | 133.73º | 0.95% | 0.34% | - |
| XYZ | 3.61 | 6.9 | 1.95 | - |
| YUV | 54.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 23 | 0.95 | 0 | 0.74 | 0.66 | 133.73 | 0.91 | 0.18 |
| Hex | 4 | 57 | 17 | 5F | 0 | 4A | 42 | 86 | 5B | 12 |
| Octal | 4 | 127 | 27 | 137 | 0 | 112 | 102 | 206 | 133 | 22 |
| Binary | 100 | 1010111 | 10111 | 1011111 | 0 | 1001010 | 1000010 | 10000110 | 1011011 | 10010 |
Color Harmonies of #045717
Complementary color
Monochromatic Colors of #045717
Black with #045717
Text Example
Text Example
White with #045717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045717; }
p { color: rgb(4,87,23); }
H1.HeaderClassName
{
color: #045717;
}
.AnyTagClassName
{
color: #045717;
}
</style>
background-color css
<style>
a { background-color: #045717; }
a { background-color: rgb(4,87,23); }
div.DivClassName
{
background-color: #045717;
}
.BgClassName
{
background-color: #045717;
}
</style>
border-color css
<style>
span { border-color: #045717; }
span { border-color: rgb(4,87,23); }
td.TdClassName
{
border-color: #045717;
}
.TagClassName
{
border-color: #045717;
}
</style>