Shades of Crusoe #045523
Tints of Crusoe #045523
RGB
CMYK
RGB Variations
Color information
#045523 (or 0x045523) is known color: Crusoe. HEX triplet: 04, 55 and 23. RGB value is (4,85,35). Sum of RGB (Red+Green+Blue) = 4+85+35=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #045523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045523 is #FBAADC. Grayscale: #373737. Windows color (decimal): -16493277 or 2315524. OLE color: 2315524.
HSL color Cylindrical-coordinate representation of color #045523: hue angle of 142.96º 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 #045523 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 35 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.67 |
| HSL | 142.96º | 0.91% | 0.17% | - |
| HSV(B) | 142.96º | 0.95% | 0.33% | - |
| XYZ | 3.6 | 6.64 | 2.68 | - |
| YUV | 55.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 35 | 0.95 | 0 | 0.59 | 0.67 | 142.96 | 0.91 | 0.17 |
| Hex | 4 | 55 | 23 | 5F | 0 | 3B | 43 | 8F | 5B | 11 |
| Octal | 4 | 125 | 43 | 137 | 0 | 73 | 103 | 217 | 133 | 21 |
| Binary | 100 | 1010101 | 100011 | 1011111 | 0 | 111011 | 1000011 | 10001111 | 1011011 | 10001 |
Color Harmonies of #045523
Complementary color
Monochromatic Colors of #045523
Black with #045523
Text Example
Text Example
White with #045523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045523; }
p { color: rgb(4,85,35); }
H1.HeaderClassName
{
color: #045523;
}
.AnyTagClassName
{
color: #045523;
}
</style>
background-color css
<style>
a { background-color: #045523; }
a { background-color: rgb(4,85,35); }
div.DivClassName
{
background-color: #045523;
}
.BgClassName
{
background-color: #045523;
}
</style>
border-color css
<style>
span { border-color: #045523; }
span { border-color: rgb(4,85,35); }
td.TdClassName
{
border-color: #045523;
}
.TagClassName
{
border-color: #045523;
}
</style>