Shades of Crusoe #045810
Tints of Crusoe #045810
RGB
CMYK
RGB Variations
Color information
#045810 (or 0x045810) is known color: Crusoe. HEX triplet: 04, 58 and 10. RGB value is (4,88,16). Sum of RGB (Red+Green+Blue) = 4+88+16=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #045810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045810 is #FBA7EF. Grayscale: #363636. Windows color (decimal): -16492528 or 1071108. OLE color: 1071108.
HSL color Cylindrical-coordinate representation of color #045810: hue angle of 128.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 #045810 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 88 | 16 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.65 |
| HSL | 128.57º | 0.91% | 0.18% | - |
| HSV(B) | 128.57º | 0.95% | 0.35% | - |
| XYZ | 3.63 | 7.04 | 1.66 | - |
| YUV | 54.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 16 | 0.95 | 0 | 0.82 | 0.65 | 128.57 | 0.91 | 0.18 |
| Hex | 4 | 58 | 10 | 5F | 0 | 52 | 41 | 81 | 5B | 12 |
| Octal | 4 | 130 | 20 | 137 | 0 | 122 | 101 | 201 | 133 | 22 |
| Binary | 100 | 1011000 | 10000 | 1011111 | 0 | 1010010 | 1000001 | 10000001 | 1011011 | 10010 |
Color Harmonies of #045810
Complementary color
Monochromatic Colors of #045810
Black with #045810
Text Example
Text Example
White with #045810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045810; }
p { color: rgb(4,88,16); }
H1.HeaderClassName
{
color: #045810;
}
.AnyTagClassName
{
color: #045810;
}
</style>
background-color css
<style>
a { background-color: #045810; }
a { background-color: rgb(4,88,16); }
div.DivClassName
{
background-color: #045810;
}
.BgClassName
{
background-color: #045810;
}
</style>
border-color css
<style>
span { border-color: #045810; }
span { border-color: rgb(4,88,16); }
td.TdClassName
{
border-color: #045810;
}
.TagClassName
{
border-color: #045810;
}
</style>