Shades of Crusoe #045412
Tints of Crusoe #045412
RGB
CMYK
RGB Variations
Color information
#045412 (or 0x045412) is known color: Crusoe. HEX triplet: 04, 54 and 12. RGB value is (4,84,18). Sum of RGB (Red+Green+Blue) = 4+84+18=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 84 (33.20% from 255 or 79.25% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 84 - color contains mainly: green. Hex color #045412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045412 is #FBABED. Grayscale: #343434. Windows color (decimal): -16493550 or 1201156. OLE color: 1201156.
HSL color Cylindrical-coordinate representation of color #045412: hue angle of 130.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045412 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 18 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.67 |
| HSL | 130.5º | 0.91% | 0.17% | - |
| HSV(B) | 130.5º | 0.95% | 0.33% | - |
| XYZ | 3.33 | 6.41 | 1.63 | - |
| YUV | 52.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 18 | 0.95 | 0 | 0.79 | 0.67 | 130.5 | 0.91 | 0.17 |
| Hex | 4 | 54 | 12 | 5F | 0 | 4F | 43 | 82 | 5B | 11 |
| Octal | 4 | 124 | 22 | 137 | 0 | 117 | 103 | 202 | 133 | 21 |
| Binary | 100 | 1010100 | 10010 | 1011111 | 0 | 1001111 | 1000011 | 10000010 | 1011011 | 10001 |
Color Harmonies of #045412
Complementary color
Monochromatic Colors of #045412
Black with #045412
Text Example
Text Example
White with #045412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045412; }
p { color: rgb(4,84,18); }
H1.HeaderClassName
{
color: #045412;
}
.AnyTagClassName
{
color: #045412;
}
</style>
background-color css
<style>
a { background-color: #045412; }
a { background-color: rgb(4,84,18); }
div.DivClassName
{
background-color: #045412;
}
.BgClassName
{
background-color: #045412;
}
</style>
border-color css
<style>
span { border-color: #045412; }
span { border-color: rgb(4,84,18); }
td.TdClassName
{
border-color: #045412;
}
.TagClassName
{
border-color: #045412;
}
</style>