Shades of Crusoe #045D25
Tints of Crusoe #045D25
RGB
CMYK
RGB Variations
Color information
#045D25 (or 0x045D25) is known color: Crusoe. HEX triplet: 04, 5D and 25. RGB value is (4,93,37). Sum of RGB (Red+Green+Blue) = 4+93+37=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #045D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D25 is #FBA2DA. Grayscale: #3C3C3C. Windows color (decimal): -16491227 or 2448644. OLE color: 2448644.
HSL color Cylindrical-coordinate representation of color #045D25: hue angle of 142.25º 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 #045D25 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 37 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.64 |
| HSL | 142.25º | 0.92% | 0.19% | - |
| HSV(B) | 142.25º | 0.96% | 0.36% | - |
| XYZ | 4.3 | 7.99 | 3.07 | - |
| YUV | 60.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 37 | 0.96 | 0 | 0.60 | 0.64 | 142.25 | 0.92 | 0.19 |
| Hex | 4 | 5D | 25 | 60 | 0 | 3C | 40 | 8E | 5C | 13 |
| Octal | 4 | 135 | 45 | 140 | 0 | 74 | 100 | 216 | 134 | 23 |
| Binary | 100 | 1011101 | 100101 | 1100000 | 0 | 111100 | 1000000 | 10001110 | 1011100 | 10011 |
Color Harmonies of #045D25
Complementary color
Monochromatic Colors of #045D25
Black with #045D25
Text Example
Text Example
White with #045D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D25; }
p { color: rgb(4,93,37); }
H1.HeaderClassName
{
color: #045D25;
}
.AnyTagClassName
{
color: #045D25;
}
</style>
background-color css
<style>
a { background-color: #045D25; }
a { background-color: rgb(4,93,37); }
div.DivClassName
{
background-color: #045D25;
}
.BgClassName
{
background-color: #045D25;
}
</style>
border-color css
<style>
span { border-color: #045D25; }
span { border-color: rgb(4,93,37); }
td.TdClassName
{
border-color: #045D25;
}
.TagClassName
{
border-color: #045D25;
}
</style>