Shades of Crusoe #145525
Tints of Crusoe #145525
RGB
CMYK
RGB Variations
Color information
#145525 (or 0x145525) is known color: Crusoe. HEX triplet: 14, 55 and 25. RGB value is (20,85,37). Sum of RGB (Red+Green+Blue) = 20+85+37=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #145525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145525 is #EBAADA. Grayscale: #3C3C3C. Windows color (decimal): -15444699 or 2446612. OLE color: 2446612.
HSL color Cylindrical-coordinate representation of color #145525: hue angle of 135.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145525 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 37 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.67 |
| HSL | 135.69º | 0.62% | 0.21% | - |
| HSV(B) | 135.69º | 0.76% | 0.33% | - |
| XYZ | 3.87 | 6.78 | 2.85 | - |
| YUV | 60.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 37 | 0.76 | 0 | 0.56 | 0.67 | 135.69 | 0.62 | 0.21 |
| Hex | 14 | 55 | 25 | 4C | 0 | 38 | 43 | 88 | 3E | 15 |
| Octal | 24 | 125 | 45 | 114 | 0 | 70 | 103 | 210 | 76 | 25 |
| Binary | 10100 | 1010101 | 100101 | 1001100 | 0 | 111000 | 1000011 | 10001000 | 111110 | 10101 |
Color Harmonies of #145525
Complementary color
Monochromatic Colors of #145525
Black with #145525
Text Example
Text Example
White with #145525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145525; }
p { color: rgb(20,85,37); }
H1.HeaderClassName
{
color: #145525;
}
.AnyTagClassName
{
color: #145525;
}
</style>
background-color css
<style>
a { background-color: #145525; }
a { background-color: rgb(20,85,37); }
div.DivClassName
{
background-color: #145525;
}
.BgClassName
{
background-color: #145525;
}
</style>
border-color css
<style>
span { border-color: #145525; }
span { border-color: rgb(20,85,37); }
td.TdClassName
{
border-color: #145525;
}
.TagClassName
{
border-color: #145525;
}
</style>