Shades of Crusoe #145322
Tints of Crusoe #145322
RGB
CMYK
RGB Variations
Color information
#145322 (or 0x145322) is known color: Crusoe. HEX triplet: 14, 53 and 22. RGB value is (20,83,34). Sum of RGB (Red+Green+Blue) = 20+83+34=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #145322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145322 is #EBACDD. Grayscale: #3A3A3A. Windows color (decimal): -15445214 or 2249492. OLE color: 2249492.
HSL color Cylindrical-coordinate representation of color #145322: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145322 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 34 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.67 |
| HSL | 133.33º | 0.61% | 0.2% | - |
| HSV(B) | 133.33º | 0.76% | 0.33% | - |
| XYZ | 3.67 | 6.45 | 2.57 | - |
| YUV | 58.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 34 | 0.76 | 0 | 0.59 | 0.67 | 133.33 | 0.61 | 0.2 |
| Hex | 14 | 53 | 22 | 4C | 0 | 3B | 43 | 85 | 3D | 14 |
| Octal | 24 | 123 | 42 | 114 | 0 | 73 | 103 | 205 | 75 | 24 |
| Binary | 10100 | 1010011 | 100010 | 1001100 | 0 | 111011 | 1000011 | 10000101 | 111101 | 10100 |
Color Harmonies of #145322
Complementary color
Monochromatic Colors of #145322
Black with #145322
Text Example
Text Example
White with #145322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145322; }
p { color: rgb(20,83,34); }
H1.HeaderClassName
{
color: #145322;
}
.AnyTagClassName
{
color: #145322;
}
</style>
background-color css
<style>
a { background-color: #145322; }
a { background-color: rgb(20,83,34); }
div.DivClassName
{
background-color: #145322;
}
.BgClassName
{
background-color: #145322;
}
</style>
border-color css
<style>
span { border-color: #145322; }
span { border-color: rgb(20,83,34); }
td.TdClassName
{
border-color: #145322;
}
.TagClassName
{
border-color: #145322;
}
</style>