Shades of Crusoe #037325
Tints of Crusoe #037325
RGB
CMYK
RGB Variations
Color information
#037325 (or 0x037325) is known color: Crusoe. HEX triplet: 03, 73 and 25. RGB value is (3,115,37). Sum of RGB (Red+Green+Blue) = 3+115+37=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #037325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037325 is #FC8CDA. Grayscale: #484848. Windows color (decimal): -16551131 or 2454275. OLE color: 2454275.
HSL color Cylindrical-coordinate representation of color #037325: hue angle of 138.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037325 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 115 | 37 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.55 |
| HSL | 138.21º | 0.95% | 0.23% | - |
| HSV(B) | 138.21º | 0.97% | 0.45% | - |
| XYZ | 6.5 | 12.41 | 3.8 | - |
| YUV | 72.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 37 | 0.97 | 0 | 0.68 | 0.55 | 138.21 | 0.95 | 0.23 |
| Hex | 3 | 73 | 25 | 61 | 0 | 44 | 37 | 8A | 5F | 17 |
| Octal | 3 | 163 | 45 | 141 | 0 | 104 | 67 | 212 | 137 | 27 |
| Binary | 11 | 1110011 | 100101 | 1100001 | 0 | 1000100 | 110111 | 10001010 | 1011111 | 10111 |
Color Harmonies of #037325
Complementary color
Monochromatic Colors of #037325
Black with #037325
Text Example
Text Example
White with #037325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037325; }
p { color: rgb(3,115,37); }
H1.HeaderClassName
{
color: #037325;
}
.AnyTagClassName
{
color: #037325;
}
</style>
background-color css
<style>
a { background-color: #037325; }
a { background-color: rgb(3,115,37); }
div.DivClassName
{
background-color: #037325;
}
.BgClassName
{
background-color: #037325;
}
</style>
border-color css
<style>
span { border-color: #037325; }
span { border-color: rgb(3,115,37); }
td.TdClassName
{
border-color: #037325;
}
.TagClassName
{
border-color: #037325;
}
</style>