Shades of Crusoe #045713
Tints of Crusoe #045713
RGB
CMYK
RGB Variations
Color information
#045713 (or 0x045713) is known color: Crusoe. HEX triplet: 04, 57 and 13. RGB value is (4,87,19). Sum of RGB (Red+Green+Blue) = 4+87+19=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #045713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045713 is #FBA8EC. Grayscale: #363636. Windows color (decimal): -16492781 or 1267460. OLE color: 1267460.
HSL color Cylindrical-coordinate representation of color #045713: hue angle of 130.84º 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 #045713 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 87 | 19 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.66 |
| HSL | 130.84º | 0.91% | 0.18% | - |
| HSV(B) | 130.84º | 0.95% | 0.34% | - |
| XYZ | 3.58 | 6.89 | 1.76 | - |
| YUV | 54.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 87 | 19 | 0.95 | 0 | 0.78 | 0.66 | 130.84 | 0.91 | 0.18 |
| Hex | 4 | 57 | 13 | 5F | 0 | 4E | 42 | 83 | 5B | 12 |
| Octal | 4 | 127 | 23 | 137 | 0 | 116 | 102 | 203 | 133 | 22 |
| Binary | 100 | 1010111 | 10011 | 1011111 | 0 | 1001110 | 1000010 | 10000011 | 1011011 | 10010 |
Color Harmonies of #045713
Complementary color
Monochromatic Colors of #045713
Black with #045713
Text Example
Text Example
White with #045713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045713; }
p { color: rgb(4,87,19); }
H1.HeaderClassName
{
color: #045713;
}
.AnyTagClassName
{
color: #045713;
}
</style>
background-color css
<style>
a { background-color: #045713; }
a { background-color: rgb(4,87,19); }
div.DivClassName
{
background-color: #045713;
}
.BgClassName
{
background-color: #045713;
}
</style>
border-color css
<style>
span { border-color: #045713; }
span { border-color: rgb(4,87,19); }
td.TdClassName
{
border-color: #045713;
}
.TagClassName
{
border-color: #045713;
}
</style>