Shades of Crusoe #146434
Tints of Crusoe #146434
RGB
CMYK
RGB Variations
Color information
#146434 (or 0x146434) is known color: Crusoe. HEX triplet: 14, 64 and 34. RGB value is (20,100,52). Sum of RGB (Red+Green+Blue) = 20+100+52=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #146434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146434 is #EB9BCB. Grayscale: #464646. Windows color (decimal): -15440844 or 3433492. OLE color: 3433492.
HSL color Cylindrical-coordinate representation of color #146434: hue angle of 144º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146434 is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 52 | - |
| CMYK | 0.8 | 0 | 0.48 | 0.61 |
| HSL | 144º | 0.67% | 0.24% | - |
| HSV(B) | 144º | 0.8% | 0.39% | - |
| XYZ | 5.47 | 9.51 | 4.8 | - |
| YUV | 70.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 52 | 0.8 | 0 | 0.48 | 0.61 | 144 | 0.67 | 0.24 |
| Hex | 14 | 64 | 34 | 50 | 0 | 30 | 3D | 90 | 43 | 18 |
| Octal | 24 | 144 | 64 | 120 | 0 | 60 | 75 | 220 | 103 | 30 |
| Binary | 10100 | 1100100 | 110100 | 1010000 | 0 | 110000 | 111101 | 10010000 | 1000011 | 11000 |
Color Harmonies of #146434
Complementary color
Monochromatic Colors of #146434
Black with #146434
Text Example
Text Example
White with #146434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146434; }
p { color: rgb(20,100,52); }
H1.HeaderClassName
{
color: #146434;
}
.AnyTagClassName
{
color: #146434;
}
</style>
background-color css
<style>
a { background-color: #146434; }
a { background-color: rgb(20,100,52); }
div.DivClassName
{
background-color: #146434;
}
.BgClassName
{
background-color: #146434;
}
</style>
border-color css
<style>
span { border-color: #146434; }
span { border-color: rgb(20,100,52); }
td.TdClassName
{
border-color: #146434;
}
.TagClassName
{
border-color: #146434;
}
</style>