Shades of Crusoe #045D2C
Tints of Crusoe #045D2C
RGB
CMYK
RGB Variations
Color information
#045D2C (or 0x045D2C) is known color: Crusoe. HEX triplet: 04, 5D and 2C. RGB value is (4,93,44). Sum of RGB (Red+Green+Blue) = 4+93+44=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #045D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D2C is #FBA2D3. Grayscale: #3C3C3C. Windows color (decimal): -16491220 or 2907396. OLE color: 2907396.
HSL color Cylindrical-coordinate representation of color #045D2C: hue angle of 146.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D2C is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 44 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.64 |
| HSL | 146.97º | 0.92% | 0.19% | - |
| HSV(B) | 146.97º | 0.96% | 0.36% | - |
| XYZ | 4.42 | 8.04 | 3.7 | - |
| YUV | 60.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 44 | 0.96 | 0 | 0.53 | 0.64 | 146.97 | 0.92 | 0.19 |
| Hex | 4 | 5D | 2C | 60 | 0 | 35 | 40 | 93 | 5C | 13 |
| Octal | 4 | 135 | 54 | 140 | 0 | 65 | 100 | 223 | 134 | 23 |
| Binary | 100 | 1011101 | 101100 | 1100000 | 0 | 110101 | 1000000 | 10010011 | 1011100 | 10011 |
Color Harmonies of #045D2C
Complementary color
Monochromatic Colors of #045D2C
Black with #045D2C
Text Example
Text Example
White with #045D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D2C; }
p { color: rgb(4,93,44); }
H1.HeaderClassName
{
color: #045D2C;
}
.AnyTagClassName
{
color: #045D2C;
}
</style>
background-color css
<style>
a { background-color: #045D2C; }
a { background-color: rgb(4,93,44); }
div.DivClassName
{
background-color: #045D2C;
}
.BgClassName
{
background-color: #045D2C;
}
</style>
border-color css
<style>
span { border-color: #045D2C; }
span { border-color: rgb(4,93,44); }
td.TdClassName
{
border-color: #045D2C;
}
.TagClassName
{
border-color: #045D2C;
}
</style>