Shades of Crusoe #045912
Tints of Crusoe #045912
RGB
CMYK
RGB Variations
Color information
#045912 (or 0x045912) is known color: Crusoe. HEX triplet: 04, 59 and 12. RGB value is (4,89,18). Sum of RGB (Red+Green+Blue) = 4+89+18=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #045912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045912 is #FBA6ED. Grayscale: #373737. Windows color (decimal): -16492270 or 1202436. OLE color: 1202436.
HSL color Cylindrical-coordinate representation of color #045912: hue angle of 129.88º 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 #045912 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 18 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.65 |
| HSL | 129.88º | 0.91% | 0.18% | - |
| HSV(B) | 129.88º | 0.96% | 0.35% | - |
| XYZ | 3.73 | 7.21 | 1.77 | - |
| YUV | 55.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 18 | 0.96 | 0 | 0.80 | 0.65 | 129.88 | 0.91 | 0.18 |
| Hex | 4 | 59 | 12 | 60 | 0 | 50 | 41 | 82 | 5B | 12 |
| Octal | 4 | 131 | 22 | 140 | 0 | 120 | 101 | 202 | 133 | 22 |
| Binary | 100 | 1011001 | 10010 | 1100000 | 0 | 1010000 | 1000001 | 10000010 | 1011011 | 10010 |
Color Harmonies of #045912
Complementary color
Monochromatic Colors of #045912
Black with #045912
Text Example
Text Example
White with #045912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045912; }
p { color: rgb(4,89,18); }
H1.HeaderClassName
{
color: #045912;
}
.AnyTagClassName
{
color: #045912;
}
</style>
background-color css
<style>
a { background-color: #045912; }
a { background-color: rgb(4,89,18); }
div.DivClassName
{
background-color: #045912;
}
.BgClassName
{
background-color: #045912;
}
</style>
border-color css
<style>
span { border-color: #045912; }
span { border-color: rgb(4,89,18); }
td.TdClassName
{
border-color: #045912;
}
.TagClassName
{
border-color: #045912;
}
</style>