Shades of Crusoe #145323
Tints of Crusoe #145323
RGB
CMYK
RGB Variations
Color information
#145323 (or 0x145323) is known color: Crusoe. HEX triplet: 14, 53 and 23. RGB value is (20,83,35). Sum of RGB (Red+Green+Blue) = 20+83+35=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #145323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145323 is #EBACDC. Grayscale: #3A3A3A. Windows color (decimal): -15445213 or 2315028. OLE color: 2315028.
HSL color Cylindrical-coordinate representation of color #145323: hue angle of 134.29º 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 #145323 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 83 | 35 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.67 |
| HSL | 134.29º | 0.61% | 0.2% | - |
| HSV(B) | 134.29º | 0.76% | 0.33% | - |
| XYZ | 3.69 | 6.46 | 2.64 | - |
| YUV | 58.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 35 | 0.76 | 0 | 0.58 | 0.67 | 134.29 | 0.61 | 0.2 |
| Hex | 14 | 53 | 23 | 4C | 0 | 3A | 43 | 86 | 3D | 14 |
| Octal | 24 | 123 | 43 | 114 | 0 | 72 | 103 | 206 | 75 | 24 |
| Binary | 10100 | 1010011 | 100011 | 1001100 | 0 | 111010 | 1000011 | 10000110 | 111101 | 10100 |
Color Harmonies of #145323
Complementary color
Monochromatic Colors of #145323
Black with #145323
Text Example
Text Example
White with #145323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145323; }
p { color: rgb(20,83,35); }
H1.HeaderClassName
{
color: #145323;
}
.AnyTagClassName
{
color: #145323;
}
</style>
background-color css
<style>
a { background-color: #145323; }
a { background-color: rgb(20,83,35); }
div.DivClassName
{
background-color: #145323;
}
.BgClassName
{
background-color: #145323;
}
</style>
border-color css
<style>
span { border-color: #145323; }
span { border-color: rgb(20,83,35); }
td.TdClassName
{
border-color: #145323;
}
.TagClassName
{
border-color: #145323;
}
</style>