Shades of Crusoe #037025
Tints of Crusoe #037025
RGB
CMYK
RGB Variations
Color information
#037025 (or 0x037025) is known color: Crusoe. HEX triplet: 03, 70 and 25. RGB value is (3,112,37). Sum of RGB (Red+Green+Blue) = 3+112+37=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #037025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037025 is #FC8FDA. Grayscale: #474747. Windows color (decimal): -16551899 or 2453507. OLE color: 2453507.
HSL color Cylindrical-coordinate representation of color #037025: hue angle of 138.72º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037025 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 112 | 37 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.56 |
| HSL | 138.72º | 0.95% | 0.23% | - |
| HSV(B) | 138.72º | 0.97% | 0.44% | - |
| XYZ | 6.17 | 11.74 | 3.69 | - |
| YUV | 70.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 37 | 0.97 | 0 | 0.67 | 0.56 | 138.72 | 0.95 | 0.23 |
| Hex | 3 | 70 | 25 | 61 | 0 | 43 | 38 | 8B | 5F | 17 |
| Octal | 3 | 160 | 45 | 141 | 0 | 103 | 70 | 213 | 137 | 27 |
| Binary | 11 | 1110000 | 100101 | 1100001 | 0 | 1000011 | 111000 | 10001011 | 1011111 | 10111 |
Color Harmonies of #037025
Complementary color
Monochromatic Colors of #037025
Black with #037025
Text Example
Text Example
White with #037025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037025; }
p { color: rgb(3,112,37); }
H1.HeaderClassName
{
color: #037025;
}
.AnyTagClassName
{
color: #037025;
}
</style>
background-color css
<style>
a { background-color: #037025; }
a { background-color: rgb(3,112,37); }
div.DivClassName
{
background-color: #037025;
}
.BgClassName
{
background-color: #037025;
}
</style>
border-color css
<style>
span { border-color: #037025; }
span { border-color: rgb(3,112,37); }
td.TdClassName
{
border-color: #037025;
}
.TagClassName
{
border-color: #037025;
}
</style>