Shades of Crusoe #045521
Tints of Crusoe #045521
RGB
CMYK
RGB Variations
Color information
#045521 (or 0x045521) is known color: Crusoe. HEX triplet: 04, 55 and 21. RGB value is (4,85,33). Sum of RGB (Red+Green+Blue) = 4+85+33=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #045521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045521 is #FBAADE. Grayscale: #363636. Windows color (decimal): -16493279 or 2184452. OLE color: 2184452.
HSL color Cylindrical-coordinate representation of color #045521: hue angle of 141.48º 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 #045521 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 33 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.67 |
| HSL | 141.48º | 0.91% | 0.17% | - |
| HSV(B) | 141.48º | 0.95% | 0.33% | - |
| XYZ | 3.57 | 6.63 | 2.53 | - |
| YUV | 54.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 33 | 0.95 | 0 | 0.61 | 0.67 | 141.48 | 0.91 | 0.17 |
| Hex | 4 | 55 | 21 | 5F | 0 | 3D | 43 | 8D | 5B | 11 |
| Octal | 4 | 125 | 41 | 137 | 0 | 75 | 103 | 215 | 133 | 21 |
| Binary | 100 | 1010101 | 100001 | 1011111 | 0 | 111101 | 1000011 | 10001101 | 1011011 | 10001 |
Color Harmonies of #045521
Complementary color
Monochromatic Colors of #045521
Black with #045521
Text Example
Text Example
White with #045521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045521; }
p { color: rgb(4,85,33); }
H1.HeaderClassName
{
color: #045521;
}
.AnyTagClassName
{
color: #045521;
}
</style>
background-color css
<style>
a { background-color: #045521; }
a { background-color: rgb(4,85,33); }
div.DivClassName
{
background-color: #045521;
}
.BgClassName
{
background-color: #045521;
}
</style>
border-color css
<style>
span { border-color: #045521; }
span { border-color: rgb(4,85,33); }
td.TdClassName
{
border-color: #045521;
}
.TagClassName
{
border-color: #045521;
}
</style>