Shades of Crusoe #145825
Tints of Crusoe #145825
RGB
CMYK
RGB Variations
Color information
#145825 (or 0x145825) is known color: Crusoe. HEX triplet: 14, 58 and 25. RGB value is (20,88,37). Sum of RGB (Red+Green+Blue) = 20+88+37=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #145825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145825 is #EBA7DA. Grayscale: #3D3D3D. Windows color (decimal): -15443931 or 2447380. OLE color: 2447380.
HSL color Cylindrical-coordinate representation of color #145825: hue angle of 135º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145825 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 37 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.65 |
| HSL | 135º | 0.63% | 0.21% | - |
| HSV(B) | 135º | 0.77% | 0.35% | - |
| XYZ | 4.11 | 7.26 | 2.94 | - |
| YUV | 61.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 37 | 0.77 | 0 | 0.58 | 0.65 | 135 | 0.63 | 0.21 |
| Hex | 14 | 58 | 25 | 4D | 0 | 3A | 41 | 87 | 3F | 15 |
| Octal | 24 | 130 | 45 | 115 | 0 | 72 | 101 | 207 | 77 | 25 |
| Binary | 10100 | 1011000 | 100101 | 1001101 | 0 | 111010 | 1000001 | 10000111 | 111111 | 10101 |
Color Harmonies of #145825
Complementary color
Monochromatic Colors of #145825
Black with #145825
Text Example
Text Example
White with #145825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145825; }
p { color: rgb(20,88,37); }
H1.HeaderClassName
{
color: #145825;
}
.AnyTagClassName
{
color: #145825;
}
</style>
background-color css
<style>
a { background-color: #145825; }
a { background-color: rgb(20,88,37); }
div.DivClassName
{
background-color: #145825;
}
.BgClassName
{
background-color: #145825;
}
</style>
border-color css
<style>
span { border-color: #145825; }
span { border-color: rgb(20,88,37); }
td.TdClassName
{
border-color: #145825;
}
.TagClassName
{
border-color: #145825;
}
</style>