Shades of Crusoe #145023
Tints of Crusoe #145023
RGB
CMYK
RGB Variations
Color information
#145023 (or 0x145023) is known color: Crusoe. HEX triplet: 14, 50 and 23. RGB value is (20,80,35). Sum of RGB (Red+Green+Blue) = 20+80+35=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #145023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145023 is #EBAFDC. Grayscale: #393939. Windows color (decimal): -15445981 or 2314260. OLE color: 2314260.
HSL color Cylindrical-coordinate representation of color #145023: hue angle of 135º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145023 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 35 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.69 |
| HSL | 135º | 0.6% | 0.2% | - |
| HSV(B) | 135º | 0.75% | 0.31% | - |
| XYZ | 3.46 | 6.01 | 2.57 | - |
| YUV | 56.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 35 | 0.75 | 0 | 0.56 | 0.69 | 135 | 0.6 | 0.2 |
| Hex | 14 | 50 | 23 | 4B | 0 | 38 | 45 | 87 | 3C | 14 |
| Octal | 24 | 120 | 43 | 113 | 0 | 70 | 105 | 207 | 74 | 24 |
| Binary | 10100 | 1010000 | 100011 | 1001011 | 0 | 111000 | 1000101 | 10000111 | 111100 | 10100 |
Color Harmonies of #145023
Complementary color
Monochromatic Colors of #145023
Black with #145023
Text Example
Text Example
White with #145023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145023; }
p { color: rgb(20,80,35); }
H1.HeaderClassName
{
color: #145023;
}
.AnyTagClassName
{
color: #145023;
}
</style>
background-color css
<style>
a { background-color: #145023; }
a { background-color: rgb(20,80,35); }
div.DivClassName
{
background-color: #145023;
}
.BgClassName
{
background-color: #145023;
}
</style>
border-color css
<style>
span { border-color: #145023; }
span { border-color: rgb(20,80,35); }
td.TdClassName
{
border-color: #145023;
}
.TagClassName
{
border-color: #145023;
}
</style>